* src/Editors/_EditFamily.py: handle drag-n-drop for childrefs

separately


svn: r6927
This commit is contained in:
Don Allingham
2006-06-20 21:18:49 +00:00
parent bb9b456824
commit f9dc4c6d9a
3 changed files with 37 additions and 2 deletions

View File

@ -169,7 +169,7 @@ class EmbeddedList(ButtonTab):
return
# pickle the data, and build the tuple to be passed
value = (self._DND_TYPE.drag_type, id(self), obj,self.find_index(obj))
value = (self._DND_TYPE.drag_type, id(self), obj, self.find_index(obj))
data = pickle.dumps(value)
# pass as a string (8 bits)