diff options
author | Neil <nyamatongwe@gmail.com> | 2021-07-29 12:39:34 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-07-29 12:39:34 +1000 |
commit | 01b1affdce7ee869c62a88ab23486b55b7707764 (patch) | |
tree | db3e33549fc698b8238ee1aeecb91f77d623570e /doc/ScintillaHistory.html | |
parent | 2a32ab1ac379271dd1b526f5ff01a67118284e96 (diff) | |
download | scintilla-mirror-01b1affdce7ee869c62a88ab23486b55b7707764.tar.gz |
Fix display of fold lines when wrapped so they are only drawn once per line, not
on each subline.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4c66611ba..1b88ebab1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -575,6 +575,9 @@ Released 26 July 2021. </li> <li> + Fix display of fold lines when wrapped so they are only drawn once per line, not on each subline. + </li> + <li> On Cocoa, fix memory leak caused by circular references. <a href="https://sourceforge.net/p/scintilla/bugs/2268/">Bug #2268</a>. </li> |