mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
[Summary] Show/Hide of the mixer bridge view
This commit is contained in:
parent
2998774fb5
commit
1a6339ba69
2 changed files with 7 additions and 3 deletions
|
|
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue