revert black color changes

This commit is contained in:
Rick Vogel 2023-07-13 14:03:20 +02:00 committed by GitHub
parent cb2a903555
commit 9c5ff3fb41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{