Fix crash when showing plugin-UI in safe-mode
This commit is contained in:
parent
b086d33937
commit
789fcff1fe
@ -4312,8 +4312,8 @@ ProcessorWindowProxy::get (bool create)
|
|||||||
|
|
||||||
if (_window) {
|
if (_window) {
|
||||||
setup ();
|
setup ();
|
||||||
|
_window->show_all ();
|
||||||
}
|
}
|
||||||
_window->show_all ();
|
|
||||||
}
|
}
|
||||||
return _window;
|
return _window;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user