summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.5.2
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-06-04 07:30:17 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-06-04 07:59:58 (GMT)
commitcbe3119db5380c41d44d4e936c7da4889c02f147 (patch)
tree255b67f69d28c540235695a87845005902fdff56 /dist/changes-4.5.2
parent289c098c15a359c4e5d142a997230db5df554f8d (diff)
downloadQt-cbe3119db5380c41d44d4e936c7da4889c02f147.zip
Qt-cbe3119db5380c41d44d4e936c7da4889c02f147.tar.gz
Qt-cbe3119db5380c41d44d4e936c7da4889c02f147.tar.bz2
BT: Fixes Crash when deleting a QProgressBar which has been styled with QMotifStyle
Same fix as in e9a7e43031d7c1ee712e43be682c4e2c183759c4 but with motif Reported by https://bugs.kde.org/show_bug.cgi?id=193911 Task-number: 255138 Reviewed-by: jbache
Diffstat (limited to 'dist/changes-4.5.2')
-rw-r--r--dist/changes-4.5.23
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2
index 6772405..a54d8ba 100644
--- a/dist/changes-4.5.2
+++ b/dist/changes-4.5.2
@@ -67,6 +67,9 @@ Third party components
* [253339] Don't draw arrows on toolbuttons that have a menu and text only.
* [252301] Ensure that small and mini spin boxes are drawn correctly.
+- QMotifStyle
+ * Fix crash when changing style and destroying progressbar.
+
- QFontDialog
* [252000] Ensure that QFontDialog::getFont() works on Mac OS X.