summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-05-07 13:01:18 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-05-07 13:01:26 -0400
commita902737db97e6bdd55493a1536242a26e26a0014 (patch)
tree5aa1cc8abcd0d50bd5245414266dc6cbd6a236fa /gtk2_ardour/public_editor.cc
parente8301185c0391eafa18a09932bfeb1bd76b4bb04 (diff)
various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause
Diffstat (limited to 'gtk2_ardour/public_editor.cc')
-rw-r--r--gtk2_ardour/public_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.cc b/gtk2_ardour/public_editor.cc
index dc468e4a83..6c5d528e1e 100644
--- a/gtk2_ardour/public_editor.cc
+++ b/gtk2_ardour/public_editor.cc
@@ -30,6 +30,7 @@ sigc::signal<void> PublicEditor::DropDownKeys;
PublicEditor::PublicEditor ()
: Window (Gtk::WINDOW_TOPLEVEL)
+ , VisibilityTracker (*((Gtk::Window*)this))
{
}