revert black color changes
This commit is contained in:
parent
cb2a903555
commit
9c5ff3fb41
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue