Merge pull request #2737 from Cacodemon345/patch-103

qt: Always resize
This commit is contained in:
Miran Grča
2022-10-25 01:06:19 +02:00
committed by GitHub

View File

@@ -85,7 +85,7 @@ void mouse_poll() {
extern "C" int vid_resize;
void plat_resize_request(int w, int h, int monitor_index)
{
if (video_fullscreen || is_quit) return;
if (is_quit) return;
if (vid_resize & 2) {
plat_resize_monitor(fixed_size_x, fixed_size_y, monitor_index);
}