missing Hovered settings for QskTextInput fixed

This commit is contained in:
Uwe Rathmann 2023-07-17 13:27:25 +02:00
parent f251a5f1ec
commit 2ec50ad238

View File

@ -1596,7 +1596,7 @@ void Editor::setupTextInputColors(
borderColor2 = pal.elevation.textControl.border[1];
textColor = pal.fillColor.text.secondary;
}
else if ( state == Q::Disabled )
else if ( state == Q::Hovered )
{
panelColor = pal.fillColor.control.secondary;
borderColor1 = pal.elevation.textControl.border[0];