assembly: support sync placement on drag and drop
This commit is contained in:
parent
e29307a4af
commit
6dfd63db6b
|
@ -3040,6 +3040,7 @@ class ViewProviderAssembly(ViewProviderAsmGroup):
|
||||||
return False
|
return False
|
||||||
partGroup,owner,subname = info
|
partGroup,owner,subname = info
|
||||||
partGroup.dropObject(obj,owner,subname)
|
partGroup.dropObject(obj,owner,subname)
|
||||||
|
return '2.'
|
||||||
|
|
||||||
def getIcon(self):
|
def getIcon(self):
|
||||||
if getattr(self.ViewObject.Object,'Freeze',False):
|
if getattr(self.ViewObject.Object,'Freeze',False):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user