Home
last modified time | relevance | path

Searched refs:_track_selection_change_without_scroll (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_selection.cc187 PBD::Unwinder<bool> uw (_track_selection_change_without_scroll, true); in select_all_tracks()
200 PBD::Unwinder<bool> uw (_track_selection_change_without_scroll, true); in select_all_visible_lanes()
1061 if (!_track_selection_change_without_scroll && !_editor_track_selection_change_without_scroll) { in presentation_info_changed()
H A Deditor.h1659 return _track_selection_change_without_scroll; in track_selection_change_without_scroll()
1923 bool _track_selection_change_without_scroll; variable
H A Deditor.cc398 , _track_selection_change_without_scroll (false) in Editor()