aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2013-11-17 11:54:22 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2013-11-17 11:54:22 +1100
commit04255adb3eb4789dff686b7108d691b3aa0a6099 (patch)
tree2e0d948e14caf2de5cbabfa1d48948ef5533a177 /cocoa/ScintillaView.h
parent9b1f7588e1610d4da6a07f336131f8cba4faa100 (diff)
downloadscintilla-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.h1
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;