Fix gtk-critical message when monitor section is not present
This commit is contained in:
parent
ddbe15fd03
commit
0e824cce0b
@ -1862,7 +1862,9 @@ Mixer_UI::redisplay_track_list ()
|
||||
if (_surround_strip) {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user