Skip to content

Commit 24f4992

Browse files
authored
Merge pull request #2395 from ControlSystemStudio/CSSTUDIO-1749
Fix for issue 2394
2 parents fd34be2 + d7cea57 commit 24f4992

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/ui/src/main/java/org/phoebus/ui/docking/DockStage.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ else if(layout.getChildren().get(0) instanceof SplitPane){
163163

164164
// Force window to be visible
165165
stage.show();
166-
stage.toFront();
167-
stage.setAlwaysOnTop(true);
168-
stage.setAlwaysOnTop(false);
169166

170167
Styles.setSceneStyle(scene);
171168
try

0 commit comments

Comments
 (0)