From 1280a185c22922f022463ca990e5584dbf28b704 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 18 Mar 2016 07:23:01 +0100 Subject: [PATCH] FEM: add FIXME comment to CommandQuickAnalysis --- src/Mod/Fem/_CommandQuickAnalysis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Fem/_CommandQuickAnalysis.py b/src/Mod/Fem/_CommandQuickAnalysis.py index 0ab67c428..c8604adcf 100644 --- a/src/Mod/Fem/_CommandQuickAnalysis.py +++ b/src/Mod/Fem/_CommandQuickAnalysis.py @@ -64,6 +64,7 @@ class _CommandQuickAnalysis(FemCommands): def show_results_on_mesh(self): #FIXME proprer mesh refreshing as per FreeCAD.FEM_dialog settings required # or confirmation that it's safe to call restore_result_dialog + #FIXME if an analysis has multiple results (frequence) the first result object found is restored import _TaskPanelResultControl tp = _TaskPanelResultControl._TaskPanelResultControl() tp.restore_result_dialog()