Revert "qt: Always resize"

This reverts commit 6ac2faf2f8.

Breaks fullscreen scaling
This commit is contained in:
Cacodemon345
2022-10-26 14:47:44 +06:00
parent d8eb5c7ff4
commit 738eed3927

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 (is_quit) return;
if (video_fullscreen || is_quit) return;
if (vid_resize & 2) {
plat_resize_monitor(fixed_size_x, fixed_size_y, monitor_index);
}