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. --- src/Editor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Editor.h b/src/Editor.h index 388053777..da4787b0a 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -356,8 +356,8 @@ protected: // ScintillaBase subclass needs access to much of Editor void SetTopLine(int topLineNew); bool AbandonPaint(); - void RedrawRect(PRectangle rc); - void Redraw(); + virtual void RedrawRect(PRectangle rc); + virtual void Redraw(); void RedrawSelMargin(int line=-1, bool allAfter=false); PRectangle RectangleFromRange(int start, int end); void InvalidateRange(int start, int end); -- cgit v1.2.3