Skip to content

Commit

Permalink
CSSTUDIO-2731 Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamwolk committed Oct 10, 2024
1 parent af7207e commit 981677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ui/src/main/java/org/phoebus/ui/docking/DockPane.java
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ else if (dock_parent instanceof BorderPane)
// Place that new split in the border pane
parent.setCenter(split);
}
else if (dock_parent instanceof SplitPane)
else if (dock_parent instanceof SplitPane) // "dock_parent instanceof SplitPane" is for the case of the ESS-specific Navigator application running
{
final SplitPane parent = (SplitPane) dock_parent;
// Remove this dock pane from BorderPane
Expand Down

0 comments on commit 981677e

Please sign in to comment.