From 0c786ee1bce8cd2e18d8e6316fb0f04aea3b6d9c Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sun, 20 Mar 2016 00:35:05 +0100 Subject: [PATCH] RT won't read width of toolpanel on startup --- rtgui/rtwindow.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rtgui/rtwindow.cc b/rtgui/rtwindow.cc index 338c5b36e..ba6c0cbd8 100644 --- a/rtgui/rtwindow.cc +++ b/rtgui/rtwindow.cc @@ -341,6 +341,10 @@ void RTWindow::on_realize () fpanel->setAspect(); } + if (simpleEditor) { + epanel->setAspect(); + } + cursorManager.init (get_window()); // Check if first run of this version, then display the Release Notes text