From 644526d1668da833f53811a77de1c7175492693e Mon Sep 17 00:00:00 2001 From: Hombre Date: Sat, 19 Mar 2016 14:02:06 +0100 Subject: [PATCH] Fix issue #3226: "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 44a18a21a..36ce50deb 100644 --- a/rtgui/rtwindow.cc +++ b/rtgui/rtwindow.cc @@ -341,6 +341,10 @@ void RTWindow::on_realize () fpanel->setAspect(); } + if (simpleEditor) { + epanel->setAspect(); + } + mainWindowCursorManager.init(get_window()); // Check if first run of this version, then display the Release Notes text