[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
c593d8e8c1
commit
43cb525948
@@ -731,9 +731,7 @@ class _MeshClear(CommandManager):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.menutext = Qt.QT_TRANSLATE_NOOP("FEM_MeshClear", "Clear FEM Mesh")
|
||||
self.tooltip = Qt.QT_TRANSLATE_NOOP(
|
||||
"FEM_MeshClear", "Clears the mesh of a FEM mesh object"
|
||||
)
|
||||
self.tooltip = Qt.QT_TRANSLATE_NOOP("FEM_MeshClear", "Clears the mesh of a FEM mesh object")
|
||||
self.is_active = "with_femmesh"
|
||||
|
||||
def Activated(self):
|
||||
|
||||
Reference in New Issue
Block a user