Fix bug when Drag'n Dropping located variables on Windows
authorLaurent Bessard
Wed, 31 Oct 2012 12:06:04 +0100
changeset 2089 3f5c41f3d47f
parent 2088 c0952932d74b
child 2090 52b398c75ba9
Fix bug when Drag'n Dropping located variables on Windows
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()