beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when Drag'n Dropping located variables on Windows
2012-10-31, Laurent Bessard
3f5c41f3d47f
Parents
c0952932d74b
Children
52b398c75ba9
Fix bug when Drag'n Dropping located variables on Windows
1 files changed, 1 insertions(+), 0 deletions(-)
+1
-0
etherlab/ConfigEditor.py
--- a/etherlab/ConfigEditor.py Wed Oct 31 11:54:26 2012 +0100
+++ b/etherlab/ConfigEditor.py Wed Oct 31 12:06:04 2012 +0100
@@ -255,6 +255,7 @@
dragSource = wx.DropSource(self.VariablesGrid)
dragSource.SetData(data)
dragSource.DoDragDrop()
+ return
event.Skip()