diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2021-09-19 11:55:08 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2021-09-19 11:55:08 +1000 |
commit | b9ad43e8b1cfaa7213be0eb33ed179285c33c67a (patch) | |
tree | 6cda8c80b3ff5c5efb3764fbb87fa96b11848b1f /doc/ScintillaHistory.html | |
parent | 0e05823e5c021e2368c885743092450a199ef16e (diff) | |
download | scintilla-mirror-b9ad43e8b1cfaa7213be0eb33ed179285c33c67a.tar.gz |
Respond to changes in system font scaling by clearing any cached layout data.
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 1b16f2d18..3f9dd09e5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -609,6 +609,9 @@ DejaVu Sans Mono 10. </li> <li> + On GTK, respond to changes in system font scaling by clearing any cached layout data. + </li> + <li> On Cocoa, fix memory leak caused by circular references. <a href="https://sourceforge.net/p/scintilla/bugs/2268/">Bug #2268</a>. </li> |