diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2015-04-01 09:31:20 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2015-04-01 09:31:20 +1100 |
commit | 6359d1166f8d7f31330ec7e1216899732e63316b (patch) | |
tree | 1d4cea5c1e4e25d5a740370f43980d546348a38c /doc/ScintillaHistory.html | |
parent | 0fe3f9bd723e4f738fa8783875cf6959b515a935 (diff) | |
download | scintilla-mirror-6359d1166f8d7f31330ec7e1216899732e63316b.tar.gz |
Bug [#1709]. Check whether pixmap is NULL before using to create bitmap.
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 e9126ce32..649dc09b2 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -521,6 +521,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1706/">Bug #1706</a>. </li> <li> + Fix potential crash on Cocoa with drag and drop. + <a href="http://sourceforge.net/p/scintilla/bugs/1709/">Bug #1709</a>. + </li> + <li> Fix bug on Windows when compiling with MinGW-w64 which caused text to not be drawn when in wrap mode. <a href="http://sourceforge.net/p/scintilla/bugs/1705/">Bug #1705</a>. |