mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win] debug
This commit is contained in:
@ -419,8 +419,13 @@ bool CWindowPlatform::nativeEvent(const QByteArray &eventType, void *message, lo
|
||||
|
||||
case WM_NCACTIVATE: {
|
||||
// Prevent the title bar from being drawn when the window is restored or maximized
|
||||
if (m_borderless)
|
||||
if (m_borderless) {
|
||||
if (!msg->wParam) {
|
||||
*result = TRUE;
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user