wip
Yuhang Zhao
2023-12-04 d76629aac83bb279512b84be8a5b3f62b1800278
wip
1个文件已修改
3 ■■■■ 已修改文件
src/core/contexts/win32windowcontext.cpp 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/core/contexts/win32windowcontext.cpp
@@ -914,8 +914,7 @@
                // still find the right monitor even when we're restoring from
                // minimized.
                if (max || full) {
                    APPBARDATA abd;
                    SecureZeroMemory(&abd, sizeof(abd));
                    APPBARDATA abd{};
                    abd.cbSize = sizeof(abd);
                    const UINT taskbarState = ::SHAppBarMessage(ABM_GETSTATE, &abd);
                    // First, check if we have an auto-hide taskbar at all: