Disable parametric tools when there is no active document.
This commit is contained in:
parent
a0175805b3
commit
ebdc5f3fcb
|
@ -26,7 +26,7 @@ class ToolCommand():
|
||||||
|
|
||||||
def IsActive(self):
|
def IsActive(self):
|
||||||
# return false to grey out the command in the menus, toolbars etc.
|
# return false to grey out the command in the menus, toolbars etc.
|
||||||
return True
|
return App.ActiveDocument is not None
|
||||||
|
|
||||||
def createCommands(appName):
|
def createCommands(appName):
|
||||||
for toolName in ExternalAppsList.apps[appName].Tools:
|
for toolName in ExternalAppsList.apps[appName].Tools:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user