Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.1
-
None
-
WindowsXP SP2, Pentium 4 HT
Description
When we grab the window by the titlebar and move it around (the window is being dragged) and at the same moment qeventloop is executed:
QEventLoop q;
q.exec();
e.g. from a QTimer the application freezes.