From 82f6152e6f7eae1419537055d31c9a865905ba5a Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 18 Jul 2014 12:01:14 +1000 Subject: Allow extreme ascenders and descenders to overlap into adjacent lines with multiple phase drawing option. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index d80292a0a..be89bfd3a 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -299,7 +299,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual void DiscardOverdraw(); virtual void Redraw(); void RedrawSelMargin(int line=-1, bool allAfter=false); - PRectangle RectangleFromRange(Range r); + PRectangle RectangleFromRange(Range r, int overlap); void InvalidateRange(int start, int end); bool UserVirtualSpace() const { -- cgit v1.2.3