qt5base-lts/tests/auto/widgets
Eskil Abrahamsen Blomfeldt c4430ed023 Correctly update QComboBox appearance on editable change
The updateDelegate() function checks isEditable() which in
turn checks if d->lineEdit != 0, so we need to make the
call after the lineEdit has actually been set/unset, otherwise
the change to the delegate will not come until the next time
you update the delegate.

[ChangeLog][QComboBox] Fixed updating appearance of popup menu
when changing the editable state of the combo box.

Change-Id: Ib32f36cabd53c2c30d6256484a1eae131419960a
Task-number: QTBUG-33537
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-10-24 08:51:18 +02:00
..
dialogs Stabilize tst_qwizard. 2014-10-03 19:07:22 +02:00
effects Update license headers and add new license files 2014-09-24 12:26:19 +02:00
gestures QSwipeGestureRecognizer: Fix gesture cancel on direction change. 2014-10-23 21:14:23 +02:00
graphicsview Adjust the layout if a QGraphicsWidget is explicitly hidden 2014-10-23 07:17:50 +02:00
itemviews Merge remote-tracking branch 'origin/5.3' into 5.4 2014-10-14 13:54:50 +02:00
kernel Set correct transient parent in q_createNativeChildrenAndSetParent(). 2014-10-21 06:30:15 +02:00
styles Update license headers and add new license files 2014-09-24 12:26:19 +02:00
util Update license headers and add new license files 2014-09-24 12:26:19 +02:00
widgets Correctly update QComboBox appearance on editable change 2014-10-24 08:51:18 +02:00
widgets.pro Add autotest for QGestureRecognizer. 2014-10-23 21:11:28 +02:00