Salome HOME
Updated. icon update after promote/demote fix
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / DisplayStudyStepAction.java
index bfa6fe570648c93bf011c815ee99cd0b66142571..96781cf09585acf7b76c7ba128a9aa963d649f10 100644 (file)
@@ -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) {