PDT: Fix Command Maths Exit

Maths Operations did not exit on completion, resulting in possible selection errors.
This commit is contained in:
Alan Odom 2020-01-29 15:44:41 +00:00 committed by Rune Morling
parent 7597a8b66d
commit 7805692b57
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ def command_run(self, context):
if operation == "M":
try:
command_maths(context, mode, pg, command[2:], mode)
return
except PDT_MathsError:
return