fix crash during session deletion as monitor section tries to update
This commit is contained in:
parent
f082e45298
commit
318c919c41
@ -1333,7 +1333,7 @@ MonitorSection::output_button_resized (Gtk::Allocation& alloc)
|
||||
void
|
||||
MonitorSection::update_output_display ()
|
||||
{
|
||||
if (!_route || !_monitor) {
|
||||
if (!_route || !_monitor || _session->deletion_in_progress()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user