aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-10-29 23:48:10 +0000
committernyamatongwe <devnull@localhost>2005-10-29 23:48:10 +0000
commitf12afccae7dfa0e52ac1954a2fcea64afaa7a248 (patch)
tree4d46734123172bf60e0369edfae8130d5baa93db /src/Editor.h
parent2b5d958fb2427d2fc53cf1da4e048daa04d98507 (diff)
downloadscintilla-mirror-f12afccae7dfa0e52ac1954a2fcea64afaa7a248.tar.gz
Only redraw line affected when changing markers.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
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);