Reset size of screen on 4:3 option toggling
This commit is contained in:
@@ -1835,6 +1835,7 @@ video_toggle_option(QAction *action, int *val)
|
|||||||
action->setChecked(*val > 0 ? true : false);
|
action->setChecked(*val > 0 ? true : false);
|
||||||
endblit();
|
endblit();
|
||||||
config_save();
|
config_save();
|
||||||
|
reset_screen_size();
|
||||||
device_force_redraw();
|
device_force_redraw();
|
||||||
for (int i = 0; i < MONITORS_NUM; i++) {
|
for (int i = 0; i < MONITORS_NUM; i++) {
|
||||||
if (monitors[i].target_buffer)
|
if (monitors[i].target_buffer)
|
||||||
|
Reference in New Issue
Block a user