diff options
Diffstat (limited to 'src/ios.m')
-rw-r--r-- | src/ios.m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -663,7 +663,7 @@ void init_SystemTextInput(iSystemTextInput *d, int flags) { | |||
663 | [field setAutocapitalizationType:UITextAutocapitalizationTypeNone]; | 663 | [field setAutocapitalizationType:UITextAutocapitalizationTypeNone]; |
664 | [field setSpellCheckingType:UITextSpellCheckingTypeNo]; | 664 | [field setSpellCheckingType:UITextSpellCheckingTypeNo]; |
665 | } | 665 | } |
666 | if (flags & alignRight_WidgetFlag) { | 666 | if (flags & alignRight_SystemTextInputFlag) { |
667 | [field setTextAlignment:NSTextAlignmentRight]; | 667 | [field setTextAlignment:NSTextAlignmentRight]; |
668 | } | 668 | } |
669 | [field setDelegate:appState_]; | 669 | [field setDelegate:appState_]; |