FEM: result show command, make name fit in FEM name system

This commit is contained in:
Bernd Hahnebach
2017-03-02 21:05:20 +01:00
committed by Yorik van Havre
parent dc39edd9a5
commit 11166f971e
10 changed files with 23 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ ViewProviderResult::~ViewProviderResult()
/* not needed since _ViewProviderFemResult.py is made
bool ViewProviderResult::doubleClicked(void)
{
Gui::Command::runCommand(Gui::Command::Gui, "Gui.runCommand('Fem_ShowResult')");
Gui::Command::runCommand(Gui::Command::Gui, "Gui.runCommand('Fem_ResultShow')");
return true;
}
*/