mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fix editor/mixer initial display (show_all)
This commit is contained in:
parent
ec0ec95262
commit
1bf84f3ca3
1 changed files with 3 additions and 1 deletions
|
|
@ -199,8 +199,10 @@ ProcessorEntry::ProcessorEntry (ProcessorBox* parent, boost::shared_ptr<Processo
|
|||
|
||||
_button.set_active (_processor->active());
|
||||
|
||||
routing_icon.set_no_show_all(true);
|
||||
input_icon.set_no_show_all(true);
|
||||
routing_icon.set_no_show_all(true);
|
||||
output_icon.set_no_show_all(true);
|
||||
output_routing_icon.set_no_show_all(true);
|
||||
|
||||
_button.show ();
|
||||
input_icon.hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue