[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Max Wilfinger
parent
489eb47050
commit
f0803a620f
@@ -731,9 +731,7 @@ class _MeshClear(CommandManager):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.menutext = Qt.QT_TRANSLATE_NOOP("FEM_MeshClear", "Clear FEM Mesh")
|
self.menutext = Qt.QT_TRANSLATE_NOOP("FEM_MeshClear", "Clear FEM Mesh")
|
||||||
self.tooltip = Qt.QT_TRANSLATE_NOOP(
|
self.tooltip = Qt.QT_TRANSLATE_NOOP("FEM_MeshClear", "Clears the mesh of a FEM mesh object")
|
||||||
"FEM_MeshClear", "Clears the mesh of a FEM mesh object"
|
|
||||||
)
|
|
||||||
self.is_active = "with_femmesh"
|
self.is_active = "with_femmesh"
|
||||||
|
|
||||||
def Activated(self):
|
def Activated(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user