Skip to content

Commit

Permalink
Merge pull request #4224 from realthunder/FixPathCrash
Browse files Browse the repository at this point in the history
Path: fix crash on edit
  • Loading branch information
sliptonic committed Jan 1, 2021
2 parents 2203dce + 3ae9a08 commit 01072f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathIconViewProvider.py
Expand Up @@ -78,7 +78,7 @@ def setEdit(self, vobj=None, mode=0):
# pylint: disable=unused-argument
if 0 == mode:
self._onEditCallback(True)
return True
return False

def unsetEdit(self, arg1, arg2):
# pylint: disable=unused-argument
Expand Down

0 comments on commit 01072f3

Please sign in to comment.