Merge pull request #6696 from Russ4262/fix/dressup_path_boundary

Path: Correct method name spelling error in Boundary Dressup [Bug]
This commit is contained in:
sliptonic
2022-04-01 09:08:56 -05:00
committed by GitHub

View File

@@ -86,7 +86,7 @@ class DressupPathBoundary(object):
def __setstate__(self, state):
return None
def onDcoumentRestored(self, obj):
def onDocumentRestored(self, obj):
self.obj = obj
def onDelete(self, obj, args):