FEM: result task panel, fix option hide constaints and parts and make a small change inside

This commit is contained in:
Bernd Hahnebach
2017-02-16 08:06:51 +01:00
parent 9cc00c0dab
commit 2b1cf1c3df
4 changed files with 17 additions and 24 deletions

View File

@@ -48,9 +48,6 @@ class _CommandShowResult(FemCommands):
if (len(sel) == 1):
if sel[0].isDerivedFrom("Fem::FemResultObject"):
self.result_object = sel[0]
self.hide_parts_constraints_show_meshes()
import _TaskPanelShowResult
taskd = _TaskPanelShowResult._TaskPanelShowResult(self.result_object)
FreeCADGui.Control.showDialog(taskd)