diff options
author | Zufu Liu <unknown> | 2022-03-04 08:21:05 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2022-03-04 08:21:05 +1100 |
commit | d2299a660d680f8a533abcbf8e050eb41a893e25 (patch) | |
tree | 5bb1def477f28408a6b354b9ca20cdd96ce362c8 /src | |
parent | f3e4f3579a6c9ad620cf00ad951cc97cd59be365 (diff) | |
download | scintilla-mirror-d2299a660d680f8a533abcbf8e050eb41a893e25.tar.gz |
Feature [feature-requests:#1432] Cosmetic - comment position and trailing space.
Diffstat (limited to 'src')
-rw-r--r-- | src/EditView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.cxx b/src/EditView.cxx index 1e87fa294..fad523351 100644 --- a/src/EditView.cxx +++ b/src/EditView.cxx @@ -388,7 +388,7 @@ bool ViewIsASCII(std::string_view text) { void LayoutSegments(IPositionCache *pCache, Surface *surface, const ViewStyle &vstyle, - LineLayout *ll, + LineLayout *ll, const std::vector<TextSegment> &segments, std::atomic<uint32_t> &nextIndex, const bool textUnicode, |