X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/291b0f5b14b62be240ae5cb1ec2ade3d8db6a776..8cee59b5218956f1cbfda13c10024d3322decd5d:/src/stc/ScintillaWX.cpp diff --git a/src/stc/ScintillaWX.cpp b/src/stc/ScintillaWX.cpp index 5f613664d8..48655b2966 100644 --- a/src/stc/ScintillaWX.cpp +++ b/src/stc/ScintillaWX.cpp @@ -26,6 +26,7 @@ #ifndef WX_PRECOMP #include "wx/scrolbar.h" #include "wx/menu.h" + #include "wx/timer.h" #endif // WX_PRECOMP #include "wx/textbuf.h" @@ -36,6 +37,7 @@ #include "ScintillaWX.h" #include "ExternalLexer.h" #include "wx/stc/stc.h" +#include "wx/stc/private.h" #include "PlatWX.h" #ifdef __WXMSW__ @@ -332,7 +334,7 @@ void ScintillaWX::DoStartDrag() { result = source.DoDragDrop(evt.GetDragAllowMove()); if (result == wxDragMove && dropWentOutside) ClearSelection(); - inDragDrop = false; + inDragDrop = ddNone; SetDragPosition(invalidPosition); } #endif // wxUSE_DRAG_AND_DROP