gui: report error on makeMultiply()
This commit is contained in:
parent
bbab50a66b
commit
1e5679fcf6
2
gui.py
2
gui.py
|
@ -683,7 +683,7 @@ class ASmCmdMultiply(AsmCmdBase):
|
||||||
@classmethod
|
@classmethod
|
||||||
def Activated(cls):
|
def Activated(cls):
|
||||||
from .assembly import AsmConstraint
|
from .assembly import AsmConstraint
|
||||||
AsmConstraint.makeMultiply()
|
logger.report('',AsmConstraint.makeMultiply)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def onSelectionChange(cls,hasSelection):
|
def onSelectionChange(cls,hasSelection):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user