Setting needs to be re-set again

This commit is contained in:
twinaphex 2020-03-06 02:28:37 +01:00
parent 6fd784375a
commit 18a90d81d2

View File

@ -9166,6 +9166,8 @@ bool command_event(enum event_command cmd, void *data)
/* we toggled manually, write the new value to settings */
configuration_set_bool(settings, settings->bools.video_fullscreen,
new_fullscreen_state);
/* Need to grab this setting's value again */
video_fullscreen = new_fullscreen_state;
/* we toggled manually, the CLI arg is irrelevant now */
if (ra_is_forced_fs)