aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-07-31 09:07:31 +1000
committerNeil <nyamatongwe@gmail.com>2018-07-31 09:07:31 +1000
commit22b8ec313314be239a04741669fa3e7a19f8288e (patch)
tree9a45a66765c786b0375f8e2634d4da7e69417d48 /doc/ScintillaHistory.html
parentbdfac6f2fd012ca71d0062d8c5390cc8dd06f81c (diff)
downloadscintilla-mirror-22b8ec313314be239a04741669fa3e7a19f8288e.tar.gz
Change lifetime of textLayout for bidirectional so it is always released in
ScreenLineLayout destructor. Allows multiple ScreenLineLayout calls and fixes a leak when only FindRangeIntervals called.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index a6e618e82..18179c735 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -568,6 +568,9 @@
Cursor no longer flickers in edit and combo boxes.
Focus in and out events occur for combo boxes.
</li>
+ <li>
+ Fix a leak in the bidirectional code on Win32.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scite410.zip">Release 4.1.0</a>