Merge branch 'dev' into newlocallab2

This commit is contained in:
Ingo Weyrich
2020-05-30 11:15:55 +02:00
9 changed files with 60 additions and 45 deletions

View File

@@ -256,6 +256,7 @@ RTWindow *create_rt_window()
//gdk_threads_enter ();
RTWindow *rtWindow = new RTWindow();
rtWindow->setWindowSize(); // Need to be called after RTWindow creation to work with all OS Windows Manager
return rtWindow;
}