diff options
-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 04c5e7c8a..23b4ca27d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -477,6 +477,10 @@ Fix hotspot clicking where area was off by half a character width. <a href="http://sourceforge.net/p/scintilla/bugs/1562/">Bug #1562</a>. </li> + <li> + Tweaked scroll positioning by either 2 pixels or 1 pixel when caret is at left or right of view + to ensure caret is inside visible area. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite337.zip?download">Release 3.3.7</a> |