aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
authorChinh Nguyen <unknown>2019-01-06 09:52:38 +1100
committerChinh Nguyen <unknown>2019-01-06 09:52:38 +1100
commit2e794b1ef52cb04e93f65906a266095bc8eae4f6 (patch)
tree9d4cd00f6319eec0dd38c7e0f9d5d78b1784d896 /cocoa/ScintillaView.h
parentc3caf294be67a3de63c607689f28cbc390900754 (diff)
downloadscintilla-mirror-2e794b1ef52cb04e93f65906a266095bc8eae4f6.tar.gz
Bug [#2022]. Fix incorrect horizontal offset on macOS 10.14 Mojave.
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r--cocoa/ScintillaView.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h
index dc5dc030a..8bf10c8e4 100644
--- a/cocoa/ScintillaView.h
+++ b/cocoa/ScintillaView.h
@@ -43,6 +43,13 @@ extern NSString *const SCIUpdateUINotification;
@end
/**
+ * SCIScrollView provides pre-macOS 10.14 tiling behavior.
+ */
+@interface SCIScrollView : NSScrollView;
+
+@end
+
+/**
* SCIMarginView draws line numbers and other margins next to the text view.
*/
@interface SCIMarginView : NSRulerView;