Show rec enable button in editor mixer, make mixer strip capitalisation consistent...
[ardour.git] / gtk2_ardour / ardour_ui_dependents.cc
index 78299941f9956733fe8021cf77076505b9c6a5a0..dff6cec698843ef14ddc01948fd00cfeb15d1e05 100644 (file)
@@ -117,10 +117,8 @@ ARDOUR_UI::toggle_editor_mixer_on_top ()
 {
        if (_mixer_on_top) {
                goto_editor_window ();
-               _mixer_on_top = false;
        } else {
                goto_mixer_window ();
-               _mixer_on_top = true;
        }
 }