(Win32) Ignore window limiting with fixed position (#15092)

This commit is contained in:
sonninnos 2023-03-14 00:17:47 +02:00 committed by GitHub
parent da076faa47
commit 281ccab6ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -979,6 +979,9 @@ static LRESULT CALLBACK wnd_proc_common(
bool window_show_decor = settings ? settings->bools.video_window_show_decorations : true;
bool ui_menubar_enable = settings ? settings->bools.ui_menubar_enable : true;
if (settings && settings->bools.video_window_save_positions)
break;
win32_get_av_info_geometry(&min_width, &min_height);
if (window_show_decor)