summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@nokia.com>2010-09-28 10:56:35 (GMT)
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2010-09-28 10:56:35 (GMT)
commitaef084fc06e325c9b206c274d5b297660b7c671f (patch)
treee415161d5200d2eee7a098c8f5e411a486178a47 /dist
parentae5f7005c709165f847445aca746b5b338341121 (diff)
downloadQt-aef084fc06e325c9b206c274d5b297660b7c671f.zip
Qt-aef084fc06e325c9b206c274d5b297660b7c671f.tar.gz
Qt-aef084fc06e325c9b206c274d5b297660b7c671f.tar.bz2
Fix a color propagation issue with Combobox line edit
Some pixmap based themes were affected by this issue since they needed to resolve the palette against the widget and the lineedit palette was already resolved. We now set the palette on the lineedit when you modify the parent palette. You can still maintain a separate palette on the lineedit, but you have to set it after the parent has been set. We can remove some workarounds for plastique and vista style due to this. Task-number: QTBUG-5950 Reviewed-by: ogoffart
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.01
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 0c28274..f8ca4bc 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -42,6 +42,7 @@ QtGui
-----
- QTabBar: reduced minimumSizeHint if ElideMode is set.
+ - QComboBox: Fixed a color propagation issue with the lineedit. [QTBUG-5950]
QtOpenGL
--------