RT won't read width of toolpanel on startup

This commit is contained in:
heckflosse 2016-03-20 00:35:05 +01:00
parent d2d436ea6a
commit 0c786ee1bc

View File

@ -341,6 +341,10 @@ void RTWindow::on_realize ()
fpanel->setAspect(); fpanel->setAspect();
} }
if (simpleEditor) {
epanel->setAspect();
}
cursorManager.init (get_window()); cursorManager.init (get_window());
// Check if first run of this version, then display the Release Notes text // Check if first run of this version, then display the Release Notes text