summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2007-11-04 23:18:15 +0000
committerCarl Hetherington <carl@carlh.net>2007-11-04 23:18:15 +0000
commit5bf892728c54f56d9d65eff967bfafda3fbdc4e2 (patch)
tree2e3ab9f8dbb2422f56d65df9a71e77992c2367b6 /gtk2_ardour/editor.h
parent39bdbf5db91ede6f3bef27ca614cf6702c0488be (diff)
Select another track when one is deleted, thereby allowing the editor mixer to stick around if it's displayed. Should fix #1542.
git-svn-id: svn://localhost/ardour2/trunk@2588 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 5f18d36e67..96c1d1004d 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1877,6 +1877,7 @@ class Editor : public PublicEditor
MixerStrip *current_mixer_strip;
bool show_editor_mixer_when_tracks_arrive;
Gtk::VBox current_mixer_strip_vbox;
+ void cms_new (boost::shared_ptr<ARDOUR::Route>);
void cms_deleted ();
void current_mixer_strip_hidden ();
void current_mixer_strip_removed ();