mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix processor-box wire-display in editor-mixer -- work around gtk_show_all()
This commit is contained in:
parent
8d335fa88c
commit
cec3116a8a
1 changed files with 3 additions and 0 deletions
|
|
@ -122,6 +122,9 @@ 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);
|
||||
|
||||
_button.show ();
|
||||
_routing_icon.set_visible(false);
|
||||
_input_icon.hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue