try to restore original semantics for scheduling butler transport work in Session...
[ardour.git] / gtk2_ardour / public_editor.cc
index 6c5d528e1e9aad86d84496496955def2b5bc5c7f..e88f273c8795e29944c2c90f0c448a9eec292de8 100644 (file)
@@ -31,6 +31,7 @@ sigc::signal<void> PublicEditor::DropDownKeys;
 PublicEditor::PublicEditor ()
        : Window (Gtk::WINDOW_TOPLEVEL)
        , VisibilityTracker (*((Gtk::Window*)this))
+       , _suspend_route_redisplay_counter (0)
 {
 }