diff options
author | Neil <nyamatongwe@gmail.com> | 2014-03-25 23:27:19 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-03-25 23:27:19 +1100 |
commit | eb19cec91228fb32e961b82f1ce103ea81e587a9 (patch) | |
tree | e8beb1a2cbf0d44a56fb5f991a7651752c9730e5 /doc/ScintillaHistory.html | |
parent | 0cf16c49d4f61d5432ad36201a161cce13482782 (diff) | |
download | scintilla-mirror-eb19cec91228fb32e961b82f1ce103ea81e587a9.tar.gz |
Bug [#1587]. WM_LBUTTONDBLCLK was no longer sent to window.
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 5005b3003..b1b25eb45 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -473,6 +473,10 @@ Bug fixed where automatic indentation wrong when caret in virtual space. <a href="http://sourceforge.net/p/scintilla/bugs/1586/">Bug #1586</a>. </li> + <li> + Bug fixed on Windows where WM_LBUTTONDBLCLK was no longer sent to window. + <a href="http://sourceforge.net/p/scintilla/bugs/1587/">Bug #1587</a>. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite340.zip?download">Release 3.4.0</a> |