Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSSTUDIO-2889 Bugfix: Set 'changeListenerAdded' to 'false' when the change listener has finished running. #3233

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

abrahamwolk
Copy link
Collaborator

This pull request fixes a bug in DockPane.deferUntilInScene(): when replacing a layout (using "Load Layout") a DockPane may be re-used, but its Scene may be set to null. DockPane.deferUntilInScene() didn't handle this case, since the variable changeListenerAdded was not reset to false once the change listener had finished running.

@abrahamwolk abrahamwolk merged commit 8a7f24a into master Jan 14, 2025
2 checks passed
@abrahamwolk abrahamwolk deleted the CSSTUDIO-2889 branch January 14, 2025 18:33
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.

3 participants