just missed a parameter.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1265 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
53c1eedafa
commit
a115f418e7
|
@ -2788,7 +2788,7 @@ bool MainFrame::InitMore(void)
|
|||
getsc("MaxScale", gopts.max_scale);
|
||||
// fs modes should be filled in at popup time
|
||||
// since they may change based on what screen is current
|
||||
vfld("FullscreenMode", wxChoice);
|
||||
vfld(d, "FullscreenMode", wxChoice);
|
||||
getcbb("Fullscreen", gopts.fullscreen);
|
||||
|
||||
/// Advanced
|
||||
|
|
Loading…
Reference in New Issue