Salome HOME
Update the screen after check-in operation
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / DisplayStudyStepAction.java
index cec8daafba68035379211111e00cd8c1a76083b7..525436d6351c0f35e30024ceff601c1d5ee81b0d 100644 (file)
@@ -57,6 +57,7 @@ public class DisplayStudyStepAction extends AbstractDisplayAction {
                                // Re-opening (refreshing) the currently open study
                                _openStudy = open(getStudyService().selectStudy(
                                                _openStudy.getIndex())); // Closes the previously open study
+                               _openStudy.updateCurrentStep();
                                _openStudy.setSelection(_selection);
                        }
                } else {