diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-07-18 12:01:14 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-07-18 12:01:14 +1000 | 
| commit | 7124ef7839ecba143e3a6fa7b30cee13bf6458b5 (patch) | |
| tree | 7ba3d4171cc100068d76acaf853c21c4e810ebb0 /src/Editor.h | |
| parent | c6959a0ab03e5942d815a77f6566ea8611173c06 (diff) | |
| download | scintilla-mirror-7124ef7839ecba143e3a6fa7b30cee13bf6458b5.tar.gz | |
Allow extreme ascenders and descenders to overlap into adjacent lines with
multiple phase drawing option.
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 2 | 
1 files changed, 1 insertions, 1 deletions
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 {  | 
