From bfbbd7226bd80c5ad7a0a5523260674359e48001 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Thu, 18 Apr 2024 15:37:10 +0200 Subject: [PATCH] Themes: Reinstate DerivePaletteFromTheme for "Flat" theme The Flat theme did not enforce the application palette, anymore, if run on a system in dark mode. But it should, otherwise the system palette is applied to parts of the application and might alter the appearance. This reinstates the mechanism. Fixes: QTCREATORBUG-30709 Change-Id: I2698cb09c8f299bd8f733214f2b0d8236aaa4660 Reviewed-by: Eike Ziller --- share/qtcreator/themes/flat-dark.creatortheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/themes/flat-dark.creatortheme b/share/qtcreator/themes/flat-dark.creatortheme index f71f881484e..bdf46614b05 100644 --- a/share/qtcreator/themes/flat-dark.creatortheme +++ b/share/qtcreator/themes/flat-dark.creatortheme @@ -500,7 +500,7 @@ TerminalAnsi15=ffffff [Flags] ComboBoxDrawTextShadow=false -DerivePaletteFromThemeIfNeeded=true +DerivePaletteFromTheme=true DrawIndicatorBranch=true DrawSearchResultWidgetFrame=false DrawTargetSelectorBottom=false