forked from mia/Aegisub
Some blind attempt to fix video sizer issue on unix...
Originally committed to SVN as r487.
This commit is contained in:
parent
1f0583979d
commit
f076fe4eb4
1 changed files with 2 additions and 0 deletions
|
@ -691,6 +691,8 @@ void FrameMain::SetDisplayMode(int mode) {
|
||||||
// Update
|
// Update
|
||||||
curMode = mode;
|
curMode = mode;
|
||||||
UpdateToolbar();
|
UpdateToolbar();
|
||||||
|
MainSizer->CalcMin();
|
||||||
|
MainSizer->RecalcSizes();
|
||||||
videoBox->VideoSizer->Layout();
|
videoBox->VideoSizer->Layout();
|
||||||
MainSizer->Layout();
|
MainSizer->Layout();
|
||||||
Layout();
|
Layout();
|
||||||
|
|
Loading…
Reference in a new issue