diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2013-11-17 11:54:22 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2013-11-17 11:54:22 +1100 |
commit | 04255adb3eb4789dff686b7108d691b3aa0a6099 (patch) | |
tree | 2e0d948e14caf2de5cbabfa1d48948ef5533a177 /cocoa/ScintillaView.h | |
parent | 9b1f7588e1610d4da6a07f336131f8cba4faa100 (diff) | |
download | scintilla-mirror-04255adb3eb4789dff686b7108d691b3aa0a6099.tar.gz |
Fix problem where cursor didn’t change over margin after showing a dialog.
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r-- | cocoa/ScintillaView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 41be9fa51..39c008a61 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -134,6 +134,7 @@ extern NSString *const SCIUpdateUINotification; - (void) setMarginWidth: (int) width; - (void) scrollerAction: (id) sender; - (SCIContentView*) content; +- (void) updateMarginCursors; // NSTextView compatibility layer. - (NSString*) string; |