13
0

Fix crash when showing plugin-UI in safe-mode

This commit is contained in:
Robin Gareus 2017-06-08 21:21:13 +02:00
parent b086d33937
commit 789fcff1fe

View File

@ -4312,9 +4312,9 @@ ProcessorWindowProxy::get (bool create)
if (_window) { if (_window) {
setup (); setup ();
}
_window->show_all (); _window->show_all ();
} }
}
return _window; return _window;
} }