mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix gtk-critical message when monitor section is not present
This commit is contained in:
parent
ddbe15fd03
commit
0e824cce0b
1 changed files with 3 additions and 1 deletions
|
|
@ -1862,7 +1862,9 @@ Mixer_UI::redisplay_track_list ()
|
||||||
if (_surround_strip) {
|
if (_surround_strip) {
|
||||||
out_packer.reorder_child (*_surround_strip, -1);
|
out_packer.reorder_child (*_surround_strip, -1);
|
||||||
}
|
}
|
||||||
out_packer.reorder_child (_monitor_section.tearoff(), -1);
|
if (_monitor_section.tearoff ().get_parent ()) {
|
||||||
|
out_packer.reorder_child (_monitor_section.tearoff(), -1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue