diff options
-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 027117978..e0ccc5966 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -472,6 +472,9 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1512/">Bug #1512</a>. </li> <li> + Fixed bug on Cocoa where coordinates were relative to text subview instead of whole view. + </li> + <li> Ensure selection redrawn correctly in two cases. When switching from stream to rectangular selection with Alt+Shift+Up. When reducing the range of an additional selection by moving mouse up. |