Merge branch 'waveview_caching_for_upstream' of https://github.com/nmains/ardour...
[ardour.git] / gtk2_ardour / public_editor.cc
index dc468e4a83e237f05c7837a7d3b0d3224a7113e9..6c5d528e1e9aad86d84496496955def2b5bc5c7f 100644 (file)
@@ -30,6 +30,7 @@ sigc::signal<void> PublicEditor::DropDownKeys;
 
 PublicEditor::PublicEditor ()
        : Window (Gtk::WINDOW_TOPLEVEL)
+       , VisibilityTracker (*((Gtk::Window*)this))
 {
 }