From 0e81c6d985a950f5be001acd445a77ec3432bf90 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 16 Jun 2021 21:05:55 +0200 Subject: 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 --- tests/auto/palette/data/bindings.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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" -- cgit v1.2.3