forked from github_mirror/framelesshelper
win32: nitpick
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
f13238312b
commit
92ab78e281
|
@ -694,7 +694,7 @@ bool FramelessHelperWin::nativeEventFilter(const QByteArray &eventType, void *me
|
|||
}
|
||||
}
|
||||
if (themeSettingChanged || (uMsg == WM_THEMECHANGED)
|
||||
|| (uMsg == WM_DWMCOLORIZATIONCOLORCHANGED)) {
|
||||
|| (uMsg == WM_SYSCOLORCHANGE) || (uMsg == WM_DWMCOLORIZATIONCOLORCHANGED)) {
|
||||
Q_EMIT FramelessWindowsManager::instance()->systemThemeChanged();
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue