win: fix regression
This commit is contained in:
parent
95e0062264
commit
2035fed510
|
@ -657,7 +657,7 @@ bool FramelessHelperWin::nativeEventFilter(const QByteArray &eventType, void *me
|
||||||
}
|
}
|
||||||
const auto windowId = reinterpret_cast<WId>(hWnd);
|
const auto windowId = reinterpret_cast<WId>(hWnd);
|
||||||
// Let's be extra safe.
|
// Let's be extra safe.
|
||||||
if (!Utils::isValidWindow(windowId, true, true)) {
|
if (!Utils::isValidWindow(windowId, false, true)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const UINT uMsg = msg->message;
|
const UINT uMsg = msg->message;
|
||||||
|
|
Loading…
Reference in New Issue