mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-29 00:17:49 +00:00
Fixed default TextInput focused content color for non-inline-styled
controls
This commit is contained in:
parent
f620d51590
commit
b3c73e5edc
@ -72,9 +72,9 @@ TextInput::TextInput(TextInput::Style style, IInput::InputMode inputMode)
|
||||
, inputMode(inputMode)
|
||||
, enterEnabled(true)
|
||||
, truncate(false) {
|
||||
this->SetFocusedContentColor(Color::TextFocused);
|
||||
if (style == StyleLine) {
|
||||
this->SetFrameVisible(false);
|
||||
this->SetFocusedContentColor(Color::TextFocused);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user