modify window min to max osg back

This commit is contained in:
brige 2025-11-13 23:25:40 +08:00
parent 1dafb98a86
commit 9404f9f2b4

View File

@ -128,7 +128,7 @@ bool FramelessDelegateWin::nativeEvent(const QByteArray & eventType, void* messa
}
}
}
*result = !msg->wParam ? 0 : WVR_REDRAW;
*result = msg->wParam ? 0 : WVR_REDRAW;
return true;
}
case WM_NCPAINT: {