Reset size of screen on 4:3 option toggling

This commit is contained in:
Cacodemon345
2022-12-19 13:30:51 +06:00
committed by GitHub
parent 51e8e8ebc1
commit ca8e9b70a8

View File

@@ -1835,6 +1835,7 @@ video_toggle_option(QAction *action, int *val)
action->setChecked(*val > 0 ? true : false);
endblit();
config_save();
reset_screen_size();
device_force_redraw();
for (int i = 0; i < MONITORS_NUM; i++) {
if (monitors[i].target_buffer)