Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.4
-
None
-
1cb439dc948d6e610da49331184f0a660ef57b4e (qtbase/5.11, 20.3.2018,5.11), 2d214a201cb666e3cd91ee43f07aebd3a8b9367b (qtbase/5.9, 20.3.2018, 5.9.6)
Description
qtbase\src\plugins\platforms\windows\qwindowscontext.cpp line 1075, there are somthing wrong if window->parent() is null // code placeholder case QtWindows::LeaveEvent: { QWindow *window = platformWindow->window(); while (window->flags() & Qt::WindowTransparentForInput) window = window->parent(); if (!window) return false;