[Summary] Show/Hide of the mixer bridge view

This commit is contained in:
VKamyshniy 2014-07-29 11:02:03 +03:00
parent 2998774fb5
commit 1a6339ba69
2 changed files with 7 additions and 3 deletions

View file

@ -379,9 +379,11 @@ ARDOUR_UI::toggle_mixer_window ()
Glib::RefPtr<ToggleAction> tact = Glib::RefPtr<ToggleAction>::cast_dynamic (act);
if (tact->get_active()) {
goto_mixer_window ();
//goto_mixer_window ();
editor->get_container ("mixer_bridge_view_home").show ();
} else {
mixer->hide ();
editor->get_container ("mixer_bridge_view_home").hide ();
//mixer->hide ();
}
}

View file

@ -288,7 +288,9 @@
height="4"/>
<EventBox id="mixer_bridge_view_home"
height="409"
box.pack="end"/>
box.pack="end"
visible="false"
noshowall="true"/>
</VBox>
</HBox>
</VBox>