aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LineMarker.h
diff options
context:
space:
mode:
authorMarko Njezic <devnull@localhost>2012-02-17 23:59:20 +0100
committerMarko Njezic <devnull@localhost>2012-02-17 23:59:20 +0100
commit8fd74650b45775cdd3e34d41fe60c206a4310dbd (patch)
treed9a9e7d2dd198392decf1abcc371aa9d00372af6 /src/LineMarker.h
parent948f0a4a090e1caed33d52065654a48e508c4883 (diff)
downloadscintilla-mirror-8fd74650b45775cdd3e34d41fe60c206a4310dbd.tar.gz
Draw markers horizontally off center only on textual margins. Bug #3488696.
Diffstat (limited to 'src/LineMarker.h')
-rw-r--r--src/LineMarker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LineMarker.h b/src/LineMarker.h
index ccf410414..a501ed6a1 100644
--- a/src/LineMarker.h
+++ b/src/LineMarker.h
@@ -65,7 +65,7 @@ public:
void SetXPM(const char *textForm);
void SetXPM(const char *const *linesForm);
void SetRGBAImage(Point sizeRGBAImage, const unsigned char *pixelsRGBAImage);
- void Draw(Surface *surface, PRectangle &rc, Font &fontForCharacter, typeOfFold tFold);
+ void Draw(Surface *surface, PRectangle &rc, Font &fontForCharacter, typeOfFold tFold, int marginStyle);
};
#ifdef SCI_NAMESPACE