Merge pull request #12786 from sonninnos/resolution-dropdown

Resolution dropdown pop
This commit is contained in:
Autechre 2021-08-12 19:23:39 +02:00 committed by GitHub
commit 1c82fd29ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6210,7 +6210,7 @@ int action_cb_push_dropdown_item_resolution(const char *path,
settings->uints.video_fullscreen_x = width;
settings->uints.video_fullscreen_y = height;
return 1;
action_cancel_pop_default(NULL, NULL, 0, 0);
}
return 0;