diff options
author | nyamatongwe <devnull@localhost> | 2012-01-12 23:26:15 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-01-12 23:26:15 +1100 |
commit | 8776f832798da9d7dd5482a1bacf7af15082ccc2 (patch) | |
tree | 580e9b2c0fa394d5058af8897b40e2f7e6ad127d /src/Editor.h | |
parent | da039355e50595c3c55930b7c53bd653980c8bfe (diff) | |
download | scintilla-mirror-8776f832798da9d7dd5482a1bacf7af15082ccc2.tar.gz |
Fix extra carets in wrapped text under DirectWrite. Bug #3471998.
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 fa2b95440..90a109cc3 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -373,7 +373,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void DrawIndentGuide(Surface *surface, int lineVisible, int lineHeight, int start, PRectangle rcSegment, bool highlight); void DrawWrapMarker(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourDesired wrapColour); void DrawEOL(Surface *surface, ViewStyle &vsDraw, PRectangle rcLine, LineLayout *ll, - int line, int lineEnd, int xStart, int subLine, int subLineStart, + int line, int lineEnd, int xStart, int subLine, XYACCUMULATOR subLineStart, bool overrideBackground, ColourDesired background, bool drawWrapMark, ColourDesired wrapColour); void DrawIndicator(int indicNum, int startPos, int endPos, Surface *surface, ViewStyle &vsDraw, |