- allow the usage of lowercase units names (like mm or in) when used in
the Tcl command set_sys
This commit is contained in:
@@ -55,7 +55,9 @@ class TclCommandSetSys(TclCommand.TclCommand):
|
|||||||
"false": False,
|
"false": False,
|
||||||
"False": False,
|
"False": False,
|
||||||
"true": True,
|
"true": True,
|
||||||
"True": True
|
"True": True,
|
||||||
|
"mm": "MM",
|
||||||
|
"in": "IN"
|
||||||
}
|
}
|
||||||
|
|
||||||
if param in self.app.defaults:
|
if param in self.app.defaults:
|
||||||
|
|||||||
Reference in New Issue
Block a user