]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/org/splat/simer/DisplayStudyStepAction.java
Salome HOME
Remove the scenario functionality is implemented
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / DisplayStudyStepAction.java
index 8aa9106f3c7a6861e9e1f98625394cf0e9b691cf..cec8daafba68035379211111e00cd8c1a76083b7 100644 (file)
@@ -121,6 +121,7 @@ public class DisplayStudyStepAction extends AbstractDisplayAction {
                        _selection = _openStudy.getSelection();
                } else { // Selection of a step of current study
                        _openStudy.setSelection(_selection);
+                       _openStudy.open(getConnectedUser(), _openStudy.getStudyObject());       //needed to refresh pop-up menu
                }
                // Re-initialization of the properties menu according to the selected step
                ProjectElement owner = _openStudy.getSelectedStep().getOwner();