[skip ci] [FEM] don't hide Gmsh mesh by default

it is very annoying that the mesh is hided when closing the task dialog because one often has to play with the Gmsh properties and need to see the mesh.
See also https://forum.freecadweb.org/viewtopic.php?f=18&t=56401&start=10#p489734
This commit is contained in:
donovaly
2021-03-25 01:32:50 +01:00
committed by Bernd Hahnebach
parent 2b6da56241
commit b0051d1d5f

View File

@@ -96,10 +96,9 @@ class VPMeshGmsh:
)
"""
# overwrite unsetEdit, hide mesh object on task panel exit
# overwrite unsetEdit
def unsetEdit(self, vobj, mode):
FreeCADGui.Control.closeDialog()
self.ViewObject.hide()
return True
def doubleClicked(self, vobj):