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

Introduce new method areListenersPaused() to interface SelectionModel #324

Merged
merged 2 commits into from
Sep 24, 2024

Commits on Sep 13, 2024

  1. Introduce new method areListenersPaused() to interface SelectionModel

    * Use areListenersPaused() in BranchGraphSelectionAdapter to find out, if listeners have been paused outside of this method and only in case they are not: pause listeners, select the branch vertex and resume listeners
    * Without this change a selection of many branch spots at the same time caused that resumeListeners() was called with high frequency resulting in low performance, when selecting many branch spots at the same time
    stefanhahmann committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b723c15 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Add javadoc to methods pauseListeners(), resumeListeners() and areLis…

    …tenersPaused() in the interface SelectionModel
    stefanhahmann committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6674c87 View commit details
    Browse the repository at this point in the history