diff options
author | Chinh Nguyen <unknown> | 2021-12-01 08:19:08 +1100 |
---|---|---|
committer | Chinh Nguyen <unknown> | 2021-12-01 08:19:08 +1100 |
commit | fe40dff3bad032d903563403046fca1702b190c4 (patch) | |
tree | 5e6d8e1d9abfb71231770e7512cd50e59b6b7563 /doc/ScintillaHistory.html | |
parent | e65fc59e6cc5b7ef22ba92d13870d8e143149b88 (diff) | |
download | scintilla-mirror-fe40dff3bad032d903563403046fca1702b190c4.tar.gz |
Bug [#2300] Abandon drag when rectangle is empty as empty image caused crash.
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 32901b87c..35365dbda 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -608,6 +608,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2292/">Bug #2292</a>. </li> <li> + On Cocoa, fix crash when drag image empty. + <a href="https://sourceforge.net/p/scintilla/bugs/2300/">Bug #2300</a>. + </li> + <li> On GTK using Wayland, display autocompletion with window on a secondary monitor. <a href="https://sourceforge.net/p/scintilla/bugs/2296/">Bug #2296</a>, <a href="https://sourceforge.net/p/scintilla/bugs/2261/">Bug #2261</a>. |