mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix crash during session deletion as monitor section tries to update
This commit is contained in:
parent
f082e45298
commit
318c919c41
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue