From 3fae21622ad5cb47685915c0927d8b6527701e13 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 27 May 2018 14:03:19 +0300 Subject: [PATCH] - allow the usage of lowercase units names (like mm or in) when used in the Tcl command set_sys --- tclCommands/TclCommandSetSys.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tclCommands/TclCommandSetSys.py b/tclCommands/TclCommandSetSys.py index 2f163cce..e880ec05 100644 --- a/tclCommands/TclCommandSetSys.py +++ b/tclCommands/TclCommandSetSys.py @@ -55,7 +55,9 @@ class TclCommandSetSys(TclCommand.TclCommand): "false": False, "False": False, "true": True, - "True": True + "True": True, + "mm": "MM", + "in": "IN" } if param in self.app.defaults: