beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when Drag'n Dropping located variables on Windows
2012-10-31, Laurent Bessard
8b24e9312f18
Parents
8737f1554494
Children
a8952b79caec
Fix bug when Drag'n Dropping located variables on Windows
1 files changed, 1 insertions(+), 0 deletions(-)
+1
-0
c_ext/CFileEditor.py
--- a/c_ext/CFileEditor.py Wed Oct 31 12:04:40 2012 +0100
+++ b/c_ext/CFileEditor.py Wed Oct 31 12:05:44 2012 +0100
@@ -654,6 +654,7 @@
dragSource = wx.DropSource(self.VariablesGrid)
dragSource.SetData(data)
dragSource.DoDragDrop()
+ return
event.Skip()