Merge pull request #4224 from realthunder/FixPathCrash

Path: fix crash on edit
This commit is contained in:
sliptonic
2021-01-01 15:24:26 -06:00
committed by GitHub

View File

@@ -78,7 +78,7 @@ class ViewProvider(object):
# pylint: disable=unused-argument
if 0 == mode:
self._onEditCallback(True)
return True
return False
def unsetEdit(self, arg1, arg2):
# pylint: disable=unused-argument