From fbac5206d8bd5094e13be6691d986bd12975b8f7 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Tue, 3 Dec 2013 22:14:21 +1100 Subject: Fix problems with appearance of newly scrolled content on OS X 10.9 where previously prepared content was shown. --- cocoa/ScintillaCocoa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cocoa/ScintillaCocoa.h') diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 8d182e866..358019b46 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -114,6 +114,8 @@ protected: Point GetVisibleOriginInMain(); PRectangle GetClientRectangle(); Point ConvertPoint(NSPoint point); + virtual void RedrawRect(PRectangle rc); + virtual void Redraw(); virtual void Initialise(); virtual void Finalise(); -- cgit v1.2.3