forked from youen/assembly_handbook
New Step button must always be active (to be able to create the first step)
This commit is contained in:
parent
20895bbf4b
commit
f180c72f81
@ -10,7 +10,7 @@ class AHB_New_Step:
|
|||||||
}
|
}
|
||||||
|
|
||||||
def IsActive(self):
|
def IsActive(self):
|
||||||
return ahb_utils.getCurrentView() is not None
|
return True
|
||||||
|
|
||||||
def Activated(self):
|
def Activated(self):
|
||||||
import re
|
import re
|
||||||
|
Loading…
Reference in New Issue
Block a user