From bed632c133c35bb22676c99efd52a27da8b3cf48 Mon Sep 17 00:00:00 2001 From: Chinh Nguyen Date: Thu, 10 Dec 2015 13:31:32 +1100 Subject: Bug [#1788]. Fix crash when autocompletion list closed during scroll bounce-back --- cocoa/PlatCocoa.mm | 1 + doc/ScintillaHistory.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 5776818ad..60eac53dc 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -1719,6 +1719,7 @@ int ListBoxImpl::CaretFromEdge() void ListBoxImpl::ReleaseViews() { + [table setDataSource:nil]; [table release]; table = nil; [scroller release]; diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4b1b43f2a..955c79674 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -516,6 +516,10 @@ Bug #1784.
  • + On Cocoa, fix crash when autocompletion list closed during scroll bounce-back. + Bug #1788. +
  • +
  • On Windows, fix non-BMP input through WM_CHAR and allow WM_UNICHAR to work with non-BMP characters and on non-Unicode documents. Bug #1779. -- cgit v1.2.3