]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/ScintillaWX.cpp
DC headers don't need to be in gtk/private.h
[wxWidgets.git] / src / stc / ScintillaWX.cpp
index 76af113dd7640e279ef99dbb329f5afc555fad5a..48655b2966fafe43675966140f05df60c0f89fea 100644 (file)
@@ -334,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