etherlab/ConfigEditor.py
changeset 2089 3f5c41f3d47f
parent 2072 b7477ba593ba
child 2095 6733a7c5c897
--- 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()