]> git.saurik.com Git - wxWidgets.git/commit
Restore text drag-and-drop in wxSTC broken by Scintilla 2 update.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Oct 2010 18:11:06 +0000 (18:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Oct 2010 18:11:06 +0000 (18:11 +0000)
commit676184202dbb8fd7a5c0818adac1db295eed2278
tree4eabe0cbab34ac6696b2a91ad484dbc0a5e96231
parentdd5ab30d6a896e961a42fbfabd42c6415a1f388a
Restore text drag-and-drop in wxSTC broken by Scintilla 2 update.

Drag and drop in wxStyledTextCtrl was broken, apparently since upgrade to
Scintilla 2. Restore it by using the correct wxDrag_XXX constants instead of
boolean values in the code for wxEVT_STC_START_DRAG events generation.

Closes #11709.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/stc/stc.h
src/stc/ScintillaWX.cpp
src/stc/stc.cpp