assembly: support sync placement on drag and drop

This commit is contained in:
Zheng, Lei 2018-09-03 14:43:02 +08:00
parent e29307a4af
commit 6dfd63db6b

View File

@ -3040,6 +3040,7 @@ class ViewProviderAssembly(ViewProviderAsmGroup):
return False
partGroup,owner,subname = info
partGroup.dropObject(obj,owner,subname)
return '2.'
def getIcon(self):
if getattr(self.ViewObject.Object,'Freeze',False):