Some blind attempt to fix video sizer issue on unix...

Originally committed to SVN as r487.
This commit is contained in:
Rodrigo Braz Monteiro 2006-07-11 01:58:53 +00:00
parent 1f0583979d
commit f076fe4eb4
1 changed files with 2 additions and 0 deletions

View File

@ -691,6 +691,8 @@ void FrameMain::SetDisplayMode(int mode) {
// Update
curMode = mode;
UpdateToolbar();
MainSizer->CalcMin();
MainSizer->RecalcSizes();
videoBox->VideoSizer->Layout();
MainSizer->Layout();
Layout();