Fix various typos throughout the codebase (#13029)
* Fix various typos throughout the codebase * [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:
@@ -883,7 +883,7 @@ class ViewProviderBuildingPart:
|
||||
return True
|
||||
|
||||
def setEdit(self, vobj, mode):
|
||||
# mode == 1 if Transform is selected in the Tree view contex menu.
|
||||
# mode == 1 if Transform is selected in the Tree view context menu.
|
||||
# mode == 2 has been added for consistency.
|
||||
if mode == 1 or mode == 2:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user