- corrected small type in list_sys Tcl command; added a protection of the Plot Area Tab after a successful edit.

This commit is contained in:
Marius Stanciu
2019-02-01 17:44:28 +02:00
committed by Marius
parent 5dfd1bf0ab
commit e0adb9b43b
3 changed files with 5 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ class TclCommandListSys(TclCommand):
'args': collections.OrderedDict([
]),
'examples': ['list_sys',
'list_sys ser'
'list_sys ser',
'list_sys gerber',
'list_sys cncj']
}