mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix crash when showing plugin-UI in safe-mode
This commit is contained in:
parent
b086d33937
commit
789fcff1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -4312,8 +4312,8 @@ ProcessorWindowProxy::get (bool create)
|
|||
|
||||
if (_window) {
|
||||
setup ();
|
||||
_window->show_all ();
|
||||
}
|
||||
_window->show_all ();
|
||||
}
|
||||
return _window;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue