diff options
-rw-r--r-- | src/ios.m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -748,7 +748,7 @@ void init_SystemTextInput(iSystemTextInput *d, iRect rect, int flags) { | |||
748 | } | 748 | } |
749 | UIColor *textColor = makeUIColor_(uiInputTextFocused_ColorId); | 749 | UIColor *textColor = makeUIColor_(uiInputTextFocused_ColorId); |
750 | UIColor *backgroundColor = makeUIColor_(uiInputBackgroundFocused_ColorId); | 750 | UIColor *backgroundColor = makeUIColor_(uiInputBackgroundFocused_ColorId); |
751 | UIColor *tintColor = makeUIColor_(uiInputCursor_ColorId); | 751 | UIColor *tintColor = makeUIColor_(uiInputFrameHover_ColorId); /* use the accent color */ //uiInputCursor_ColorId); |
752 | [appState_ setSystemTextInput:d]; | 752 | [appState_ setSystemTextInput:d]; |
753 | if (d->field) { | 753 | if (d->field) { |
754 | UITextField *field = REF_d_field; | 754 | UITextField *field = REF_d_field; |