From e28524199be4de54942dbad76e3d98de15d3e0e0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 29 Oct 2005 23:48:10 +0000 Subject: Only redraw line affected when changing markers. --- 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 e69778ab7..0db5cb1c3 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -342,7 +342,7 @@ protected: // ScintillaBase subclass needs access to much of Editor bool AbandonPaint(); void RedrawRect(PRectangle rc); void Redraw(); - void RedrawSelMargin(); + void RedrawSelMargin(int line=-1); PRectangle RectangleFromRange(int start, int end); void InvalidateRange(int start, int end); -- cgit v1.2.3