Don't draw measure lins a ton of times... but still drawn twice on initial session...
[ardour.git] / gtk2_ardour / ardour_ui_dependents.cc
index 5617cdbc4f3c87015ebf04cc625ec1b71a9d3bd4..725180e0abf7d6748dea8234aa5897e2e8323c1a 100644 (file)
@@ -74,7 +74,7 @@ void
 ARDOUR_UI::setup_keybindings ()
 {
        install_actions ();
-       RedirectBox::register_actions ();
+       ProcessorBox::register_actions ();
        
        cerr << "loading bindings from " << keybindings_path << endl;
 
@@ -90,6 +90,8 @@ ARDOUR_UI::setup_keybindings ()
        GtkAccelMap* accelmap = gtk_accel_map_get();
        g_signal_connect (accelmap, "changed", (GCallback) accel_map_changed, this);
 
+       
+
 }
 
 void
@@ -107,13 +109,11 @@ void
 ARDOUR_UI::goto_editor_window ()
 {
        editor->show_window ();
-       editor->present();
 }
 void
 ARDOUR_UI::goto_mixer_window ()
 {
        mixer->show_window ();
-       mixer->present();
 }
 
 gint