diff options
| author | Neil <nyamatongwe@gmail.com> | 2022-06-17 15:44:42 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2022-06-17 15:44:42 +1000 |
| commit | d3bec765b8c185f28bbe9acb515a799ef5d150a0 (patch) | |
| tree | 601cac673011447e647e86a3c86ebe8cfa5dfc83 /doc/ScintillaHistory.html | |
| parent | 60420a669ee740dc157efe56d4d43bc4bb6bee19 (diff) | |
| download | scintilla-mirror-d3bec765b8c185f28bbe9acb515a799ef5d150a0.tar.gz | |
Fix crash printing on Win32 in bidirectional mode with a non-empty selection.
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 0b78539ee..b8a1ad66b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -588,6 +588,9 @@ Fix bad background colour for additional, secondary, and inactive selections when printing. <a href="https://sourceforge.net/p/scintilla/bugs/2335/">Bug #2335</a>. </li> + <li> + Fix crash when printing on Win32 in bidirectional mode with a non-empty selection. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla523.zip">Release 5.2.3</a> |
