From: mka Date: Mon, 16 Dec 2013 12:38:29 +0000 (+0000) Subject: Update the screen after check-in operation X-Git-Tag: V1_0_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1f411b5b5de3171d4824f47d1fb87606370feb62;p=tools%2Fsiman.git Update the screen after check-in operation --- diff --git a/Workspace/Siman/src/org/splat/simer/DisplayStudyStepAction.java b/Workspace/Siman/src/org/splat/simer/DisplayStudyStepAction.java index cec8daa..525436d 100644 --- a/Workspace/Siman/src/org/splat/simer/DisplayStudyStepAction.java +++ b/Workspace/Siman/src/org/splat/simer/DisplayStudyStepAction.java @@ -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 {