mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 16:06:25 +01:00
[Summary] Do not show color palette for master
[Reviewed] GZharun
This commit is contained in:
parent
96003844c0
commit
f397b87712
2 changed files with 8 additions and 2 deletions
|
|
@ -343,13 +343,17 @@ MixerStrip::set_route (boost::shared_ptr<Route> rt)
|
|||
|
||||
if (route()->is_master()) {
|
||||
master_mute_button.show ();
|
||||
get_container ("track_buttons_home").hide ();
|
||||
//get_container ("track_buttons_home").hide ();
|
||||
color_buttons_home.set_visible (false);
|
||||
color_palette_button.set_visible (false);
|
||||
color_palette_button.set_active (false);
|
||||
//mute_button.hide ();
|
||||
//solo_button.hide ();
|
||||
//rec_enable_button.hide ();
|
||||
} else {
|
||||
master_mute_button.hide ();
|
||||
get_container ("track_buttons_home").show ();
|
||||
color_palette_button.set_visible (true);
|
||||
color_palette_home.set_visible (true);
|
||||
//mute_button.show ();
|
||||
//solo_button.show ();
|
||||
//rec_enable_button.show ();
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
<VBox>
|
||||
<HBox>
|
||||
<EventBox id="color_palette_home"
|
||||
noshowall="true"
|
||||
visible="false"
|
||||
bgnormal="#383838">
|
||||
<iconbutton id="color_palette_button"
|
||||
width="97"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue