summaryrefslogtreecommitdiffstats
path: root/LICENSE.GPL
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dedietrich@digia.com>2013-04-12 15:25:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-15 13:17:26 +0200
commit61b71b2baf10c8dc4fbff5fd4e8c7a7d325a8ee2 (patch)
treee50953890474ab89dd4a47526b6d2af4ae2ac216 /LICENSE.GPL
parentb64c9a89da539280a947e34458a738bf3e19ff7c (diff)
Cocoa: Fix unresponsive main window after running more than one modal session
For some reason, we postpone clearing the stack of modal sessions until we call processPostedEvents() again. However, it also means that when we clear the second modal session, that session keeps running although we just closed its window. The reason why it isn't stopped is because it wasn't the topmost modal session in the stack. This patch fixes the issue by stopping a modal session if any session above in the stack has been stopped. This makes it less problematic if we don't call processPostedEvents() in between ending modal sessions. Task-number: QTBUG-30504 Change-Id: I9f898250ae629947d066647f9d5a0b9f75cf0070 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Diffstat (limited to 'LICENSE.GPL')
0 files changed, 0 insertions, 0 deletions