Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / public_editor.cc
index dc468e4a83e237f05c7837a7d3b0d3224a7113e9..e88f273c8795e29944c2c90f0c448a9eec292de8 100644 (file)
@@ -30,6 +30,8 @@ sigc::signal<void> PublicEditor::DropDownKeys;
 
 PublicEditor::PublicEditor ()
        : Window (Gtk::WINDOW_TOPLEVEL)
+       , VisibilityTracker (*((Gtk::Window*)this))
+       , _suspend_route_redisplay_counter (0)
 {
 }