From f076fe4eb410efc8ce47d15599a318aa3966c347 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Tue, 11 Jul 2006 01:58:53 +0000 Subject: [PATCH] Some blind attempt to fix video sizer issue on unix... Originally committed to SVN as r487. --- core/frame_main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/frame_main.cpp b/core/frame_main.cpp index 442aba6c2..6db2d49e1 100644 --- a/core/frame_main.cpp +++ b/core/frame_main.cpp @@ -691,6 +691,8 @@ void FrameMain::SetDisplayMode(int mode) { // Update curMode = mode; UpdateToolbar(); + MainSizer->CalcMin(); + MainSizer->RecalcSizes(); videoBox->VideoSizer->Layout(); MainSizer->Layout(); Layout();