From 8fd74650b45775cdd3e34d41fe60c206a4310dbd Mon Sep 17 00:00:00 2001 From: Marko Njezic Date: Fri, 17 Feb 2012 23:59:20 +0100 Subject: Draw markers horizontally off center only on textual margins. Bug #3488696. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index e9b66fcce..a6212ab1f 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -1979,7 +1979,7 @@ void Editor::PaintSelMargin(Surface *surfWindow, PRectangle &rc) { tFold = LineMarker::tail; } } - vs.markers[markBit].Draw(surface, rcMarker, vs.styles[STYLE_LINENUMBER].font, tFold); + vs.markers[markBit].Draw(surface, rcMarker, vs.styles[STYLE_LINENUMBER].font, tFold, vs.ms[margin].style); } marks >>= 1; } -- cgit v1.2.3