diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-10 17:06:59 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-10 17:06:59 -0400 |
| commit | 3069f38a9c0e91d13fe8a9274d1faa79107c87f4 (patch) | |
| tree | 82dcf26ab9cf0c4792ecef66e39ce88c0d03b620 /new/entry_darwin.m | |
| parent | d326407f05cadec6422fe3ccbcfcaf41a869dfde (diff) | |
Removed autocorrect from Mac OS X uiEntries. Also moved uiFreeText() to text_darwin.m.
Diffstat (limited to 'new/entry_darwin.m')
| -rw-r--r-- | new/entry_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/entry_darwin.m b/new/entry_darwin.m index 102168b..f2b208b 100644 --- a/new/entry_darwin.m +++ b/new/entry_darwin.m @@ -29,7 +29,7 @@ void finishNewTextField(NSTextField *t, BOOL isEntry) [t setBezelStyle:NSTextFieldSquareBezel]; [t setBezeled:isEntry]; - // TODO autocorrect comment + // we don't need to worry about substitutions/autocorrect here; see window_darwin.m for details [[t cell] setLineBreakMode:NSLineBreakByClipping]; [[t cell] setScrollable:YES]; |
