Gui: [skip ci] set Gui.listCommands to keep old code working

This commit is contained in:
wmayer
2020-08-03 18:58:00 +02:00
parent 0cf8279f00
commit 76e7429489

View File

@@ -34,6 +34,8 @@ import FreeCAD, FreeCADGui
# shortcuts
Gui = FreeCADGui
# this is to keep old code working
Gui.listCommands = Gui.Command.listAll
# Important definitions
class Workbench: