Salome HOME
Updated. icon update after promote/demote fix
authormka <mka@opencascade.com>
Fri, 19 Apr 2013 12:38:19 +0000 (12:38 +0000)
committermka <mka@opencascade.com>
Fri, 19 Apr 2013 12:38:19 +0000 (12:38 +0000)
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) {