From 9c5ff3fb41a73767a009d3681f4c2f924e489fed Mon Sep 17 00:00:00 2001 From: Rick Vogel <111582062+rick-vogel@users.noreply.github.com> Date: Thu, 13 Jul 2023 14:03:20 +0200 Subject: [PATCH] revert black color changes --- skins/fluent2/QskFluent2Skin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/fluent2/QskFluent2Skin.cpp b/skins/fluent2/QskFluent2Skin.cpp index 481a70d7..887f83ba 100644 --- a/skins/fluent2/QskFluent2Skin.cpp +++ b/skins/fluent2/QskFluent2Skin.cpp @@ -1587,7 +1587,7 @@ void Editor::setupTextInputColors( for( const auto state : { A::NoState, Q::Hovered, Q::Focused, Q::Editing, Q::Disabled } ) { - QRgb panelColor = Qt::black, borderColor1 = Qt::black, borderColor2 = Qt::black, textColor = Qt::black; + QRgb panelColor, borderColor1, borderColor2, textColor; if ( state == Q::Disabled ) {