mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Pack the editor-mixer-strip in Tabbable's strip ebox
This commit is contained in:
parent
6e6119c1eb
commit
451facf7d4
1 changed files with 2 additions and 3 deletions
|
|
@ -137,8 +137,7 @@ Editor::show_editor_mixer (bool yn)
|
|||
}
|
||||
|
||||
if (current_mixer_strip && current_mixer_strip->get_parent() == 0) {
|
||||
content_hbox.pack_start (*current_mixer_strip, Gtk::PACK_SHRINK );
|
||||
content_hbox.reorder_child (*current_mixer_strip, 0);
|
||||
content_att_left.add (*current_mixer_strip);
|
||||
current_mixer_strip->show ();
|
||||
}
|
||||
|
||||
|
|
@ -151,7 +150,7 @@ Editor::show_editor_mixer (bool yn)
|
|||
|
||||
if (current_mixer_strip) {
|
||||
if (current_mixer_strip->get_parent() != 0) {
|
||||
content_hbox.remove (*current_mixer_strip);
|
||||
content_att_left.remove ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue