Add Draft workbench to .pre-commit-config (#24664)
* Add Draft workbench to .pre-commit-config * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -79,7 +79,7 @@ class DraftObject(object):
|
||||
obj.Proxy = self
|
||||
self.Type = tp
|
||||
|
||||
def onDocumentRestored(self,obj):
|
||||
def onDocumentRestored(self, obj):
|
||||
# Object properties are updated when the document is opened.
|
||||
self.props_changed_clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user