Label solo iso / solo lock buttons even on narrow strips
(#4476). git-svn-id: svn://localhost/ardour2/branches/3.0@10647 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a391ef5ba4
commit
7496295930
@ -645,8 +645,8 @@ MixerStrip::set_width_enum (Width w, void* owner)
|
||||
panners.short_astate_string(_route->panner()->automation_state()));
|
||||
}
|
||||
|
||||
solo_isolated_led->set_text ("");
|
||||
solo_safe_led->set_text ("");
|
||||
solo_isolated_led->set_text ("i");
|
||||
solo_safe_led->set_text ("l");
|
||||
|
||||
Gtkmm2ext::set_size_request_to_display_given_text (name_button, longest_label.c_str(), 2, 2);
|
||||
set_size_request (max (50, gpm.get_gm_width()), -1);
|
||||
|
Loading…
Reference in New Issue
Block a user