Skip to content

Commit

Permalink
FEM: add FIXME comment to CommandQuickAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Mar 18, 2016
1 parent c9d1fbd commit 1280a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/_CommandQuickAnalysis.py
Expand Up @@ -64,6 +64,7 @@ def load_results(ret_code):
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()
Expand Down

0 comments on commit 1280a18

Please sign in to comment.