More careful UI creation

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-26 21:35:05 +01:00
parent 56400169d3
commit 0c7c99c8fc
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 15 additions and 10 deletions

View file

@ -148,11 +148,6 @@ void WindowInit(Window* const window, DISTRHO_NAMESPACE::UI* const ui)
// Init settings
WindowParametersRestore(window);
if (APP->scene) {
widget::Widget::ContextCreateEvent e;
APP->scene->onContextCreate(e);
}
}
void WindowMods(Window* const window, const int mods)