summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-11-28 13:00:45 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-28 09:04:59 (GMT)
commit8233a15a7480ed0a5fe9a7500ac3cf54f0e63887 (patch)
treed39689a0aec7ceb9d4eaff935156a869eb78591c /src/gui/itemviews
parentb3828295fdbfb684591795ca23d846d3e6126c0b (diff)
downloadQt-8233a15a7480ed0a5fe9a7500ac3cf54f0e63887.zip
Qt-8233a15a7480ed0a5fe9a7500ac3cf54f0e63887.tar.gz
Qt-8233a15a7480ed0a5fe9a7500ac3cf54f0e63887.tar.bz2
QMdi: Don't emit subWindowActivated during StyleChange handling.
The handling of StyleChange de-maximizes the child window temporarily, which was emitting subWindowActivated. This would crash lokalize, because deactivating a window means deleting the widgets associated with it, and style-change handling is done in QApplication by looping over QApplication::allWidgets, which would then contain dangling pointers. Full valgrind log at https://bugs.kde.org/show_bug.cgi?id=271494#c7 Change-Id: I256da214bf00fd7925dcee67b4f0414e57fc453b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> (cherry picked from qtbase/a6e5ccbe223c5a606e15556e8708e863442d9f72)
Diffstat (limited to 'src/gui/itemviews')
0 files changed, 0 insertions, 0 deletions