diff options
| author | John Ehresman <unknown> | 2023-01-14 10:14:19 +1100 |
|---|---|---|
| committer | John Ehresman <unknown> | 2023-01-14 10:14:19 +1100 |
| commit | cda69aa65110372aef5f4f9e06dada6b773cd9a8 (patch) | |
| tree | 3d2830fbe513b0db3d8b848da4c900e2c702deba /doc/ScintillaHistory.html | |
| parent | b7268373ff61c61f0e904de0aef7e9eab704005b (diff) | |
| download | scintilla-mirror-cda69aa65110372aef5f4f9e06dada6b773cd9a8.tar.gz | |
Bug [#2373]. Fix indicator drawing past left of text pane over margin.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4de43355e..b585396c9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -596,6 +596,10 @@ on Cocoa. <a href="https://sourceforge.net/p/scintilla/bugs/2374/">Bug #2374</a>. </li> + <li> + On Qt, fix indicator drawing past left of text pane over margin. + <a href="https://sourceforge.net/p/scintilla/bugs/2373/">Bug #2373</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla532.zip">Release 5.3.2</a> |
