summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-10-21 17:27:03 +0200
committerRobin Gareus <robin@gareus.org>2017-10-21 21:07:18 +0200
commit231e25544bd67eda735e58567562522758b578d1 (patch)
tree0c18604c6dbde11048511a39f0ae0e823d54f46e /gtk2_ardour/editor.h
parent63b6ab1101bf3e3f67226fa82c8fb11ea2f832e0 (diff)
Tweak 842d758e: selection & move into view
Use separate editor + mixer flags for moving selected tracks into view. Changing selection in the Editor will only pan the mixer-view and vice- versa. This fixes an issue with the track that is being clicked-on to be moved out of view (due to groups)
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 78496c4ca4..07dc11aedb 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1883,6 +1883,7 @@ private:
void marker_selection_changed ();
bool _track_selection_change_without_scroll;
+ bool _editor_track_selection_change_without_scroll;
void cancel_selection ();
void cancel_time_selection ();