From: mka Date: Fri, 19 Apr 2013 12:38:19 +0000 (+0000) Subject: Updated. icon update after promote/demote fix X-Git-Tag: Root_Delivery2_2013_04_22~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8feb0ab8cefe07e76e667f9b7880757cd6fa0f49;p=tools%2Fsiman.git Updated. icon update after promote/demote fix --- diff --git a/Workspace/Siman/src/org/splat/simer/DisplayStudyStepAction.java b/Workspace/Siman/src/org/splat/simer/DisplayStudyStepAction.java index bfa6fe5..96781cf 100644 --- a/Workspace/Siman/src/org/splat/simer/DisplayStudyStepAction.java +++ b/Workspace/Siman/src/org/splat/simer/DisplayStudyStepAction.java @@ -67,6 +67,7 @@ public class DisplayStudyStepAction extends AbstractDisplayAction { // RKV:END } else { // - The selected study is new _openStudy = open(getStudyService().selectStudy(index)); + _openStudy.setSelection(_openStudy.getSelection()); _selection = _openStudy.getSelection(); // Default selection } } catch (Exception error) {