Skip to content

Conversation

@abrahamwolk
Copy link
Collaborator

This pull request fixes a bug when detecting the presence of a divider when running "Split Left/Right" when running the ESS-specific Navigator application.

// Remove this dock pane from BorderPane
Optional<Double> dividerPosition;
if (parent.getDividerPositions().length > 1) {
if (parent.getDividerPositions().length > 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could use Arrays.isNullOrEmpty

@shroffk shroffk merged commit 9a9d761 into master Oct 31, 2025
3 checks passed
@shroffk shroffk deleted the CSSTUDIO-3537 branch October 31, 2025 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants