mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-03 14:38:08 +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)
|
, inputMode(inputMode)
|
||||||
, enterEnabled(true)
|
, enterEnabled(true)
|
||||||
, truncate(false) {
|
, truncate(false) {
|
||||||
this->SetFocusedContentColor(Color::TextFocused);
|
|
||||||
if (style == StyleLine) {
|
if (style == StyleLine) {
|
||||||
this->SetFrameVisible(false);
|
this->SetFrameVisible(false);
|
||||||
|
this->SetFocusedContentColor(Color::TextFocused);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user