diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-06 07:55:20 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-06 07:55:20 +1000 |
commit | f7b99ebcdd17f2d2d23a83f8498470f467eab63a (patch) | |
tree | 77b232696b750aff1026f60f8d1552bd5708d037 | |
parent | c81cf0efc07247f320b649f35500af64ff19ac24 (diff) | |
download | scintilla-mirror-f7b99ebcdd17f2d2d23a83f8498470f467eab63a.tar.gz |
Log font settings change detection.
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d0a8666ac..9b0856aeb 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -628,6 +628,11 @@ On Cocoa, fix drawing in revealed area after enlarging window. <a href="https://sourceforge.net/p/scintilla/bugs/2238/">Bug #2238</a>. </li> + <li> + On GTK, changes in system font settings (such as from Tweak) are detected and position + caches are invalidated since different font display options, such as antialiasing, change + character shape and thus positions. + </li> </ul> <h3> <a href="https://www.scintilla.org/scite500.zip">Release 5.0.0</a> |