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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user