summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ios.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ios.m b/src/ios.m
index 021e354d..2705a350 100644
--- a/src/ios.m
+++ b/src/ios.m
@@ -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;