c_ext/CFileEditor.py
changeset 874 8b24e9312f18
parent 848 fe9504c4104e
child 920 1499a4d225db
equal deleted inserted replaced
873:8737f1554494 874:8b24e9312f18
   652             location = "%s%s%s.%d"%(dir, self.Controler.GetSizeOfType(data_type), base_location, num)
   652             location = "%s%s%s.%d"%(dir, self.Controler.GetSizeOfType(data_type), base_location, num)
   653             data = wx.TextDataObject(str((location, "location", data_type, var_name, "")))
   653             data = wx.TextDataObject(str((location, "location", data_type, var_name, "")))
   654             dragSource = wx.DropSource(self.VariablesGrid)
   654             dragSource = wx.DropSource(self.VariablesGrid)
   655             dragSource.SetData(data)
   655             dragSource.SetData(data)
   656             dragSource.DoDragDrop()
   656             dragSource.DoDragDrop()
       
   657             return
   657         event.Skip()
   658         event.Skip()
   658     
   659     
   659 
   660 
   660 #-------------------------------------------------------------------------------
   661 #-------------------------------------------------------------------------------
   661 #                          SVGUIEditor Main Frame Class
   662 #                          SVGUIEditor Main Frame Class