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 ad582306e..372cccfa8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -490,6 +490,10 @@ Fix bug on Windows when resizing autocompletion list with only short strings caused the list to move. </li> <li> + On Cocoa reduce scrollable height by one line to fix bugs with moving caret + up or down. + </li> + <li> On Cocoa fix calltips which did not appear when they were created in an off-screen position. </li> </ul> |