mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-26 18:51:49 +01:00
Fixed Video menu bug (position did zoom and zoom did nothing).
This commit is contained in:
parent
d7ec9b193b
commit
52179a367c
@ -2656,11 +2656,11 @@ static int MenuSettingsVideo()
|
||||
#endif
|
||||
break;
|
||||
|
||||
case 3:
|
||||
case 2:
|
||||
ScreenZoomWindow();
|
||||
break;
|
||||
|
||||
case 4:
|
||||
case 3:
|
||||
ScreenPositionWindow();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user