aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-06-16 21:05:55 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-06-16 22:07:03 +0200
commit0e81c6d985a950f5be001acd445a77ec3432bf90 (patch)
tree4b67d3492ea7989058abf6a56e892951b0d9905f
parent887af04857f366c393512573cafebccde2678d6d (diff)
Fix tst_palette by setting inactive color group
Same colors as active, so that the binding test passes without having to wait for the window to become active. That's not what that test cares about. Fixes: QTBUG-94553 Pick-to: 6.2 Change-Id: I7b3cfb16ff6f64703faee0b2c90183af831390e5 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--tests/auto/palette/data/bindings.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/palette/data/bindings.qml b/tests/auto/palette/data/bindings.qml
index 5f156c96..215fb034 100644
--- a/tests/auto/palette/data/bindings.qml
+++ b/tests/auto/palette/data/bindings.qml
@@ -69,6 +69,11 @@ ApplicationWindow {
buttonText: "bisque"
}
+ inactive {
+ button: "khaki"
+ buttonText: "bisque"
+ }
+
disabled {
buttonText: "lavender"
button: "coral"