src/core/contexts/win32windowcontext.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/core/contexts/win32windowcontext.cpp
@@ -724,8 +724,8 @@ #if !QWINDOWKIT_CONFIG(ENABLE_WINDOWS_SYSTEM_BORDER) { DWORD style = ::GetWindowLongW(hWnd, GWL_STYLE); ::SetWindowLongW(hWnd, GWL_STYLE, style | WS_THICKFRAME | WS_CAPTION); auto style = ::GetWindowLongPtrW(hWnd, GWL_STYLE); ::SetWindowLongPtrW(hWnd, GWL_STYLE, style | WS_THICKFRAME | WS_CAPTION); } #endif