Draft: disabled moving siblings when moving an object
This commit is contained in:
parent
d6920a07c3
commit
5fa85ad31b
|
@ -565,7 +565,8 @@ def getMovableChildren(objectslist,recursive=True):
|
|||
if hasattr(obj,"Proxy"):
|
||||
if obj.Proxy:
|
||||
if hasattr(obj.Proxy,"getSiblings") and not(getType(obj) in ["Window"]):
|
||||
children.extend(obj.Proxy.getSiblings(obj))
|
||||
#children.extend(obj.Proxy.getSiblings(obj))
|
||||
pass
|
||||
for child in children:
|
||||
if hasattr(child,"MoveWithHost"):
|
||||
if child.MoveWithHost:
|
||||
|
|
Loading…
Reference in New Issue
Block a user