diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2023-03-02 16:17:33 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2023-03-02 16:17:33 +1100 |
commit | e18633f14c36732d007e8c5bb742cc7d3e69d22d (patch) | |
tree | 4a4bb6020d251ad1b7f067a5a7c10023fe869fdd /cocoa/ScintillaCocoa.h | |
parent | a55079bdcea7f3bbaae726166890841eb1ad1c2f (diff) | |
download | scintilla-mirror-e18633f14c36732d007e8c5bb742cc7d3e69d22d.tar.gz |
Backed out changeset: 5504b8444ec2
Failed to draw margins correctly after scrolling as the client rectangle wasn't
updated.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r-- | cocoa/ScintillaCocoa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 402eeff20..4c1f10a97 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -103,8 +103,6 @@ private: bool isFirstResponder; bool isActive; - PRectangle rectangleClient; - bool enteredSetScrollingSize; bool GetPasteboardData(NSPasteboard *board, SelectionText *selectedText); |