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

Fix logic to keep the collapsed nodes in the Note Sequences #434

Merged
merged 6 commits into from Jun 2, 2022
Merged

Fix logic to keep the collapsed nodes in the Note Sequences #434

merged 6 commits into from Jun 2, 2022

Commits on May 18, 2022

  1. Fix logic to keep the collapsed nodes in the Note Sequences

    Now we can move entries around without loosing the collapsed/expanded
    state of the tree.
    mateusbraga committed May 18, 2022
    Configuration menu
    Copy the full SHA
    6d7c678 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e301d1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    6f508fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75b4d2b View commit details
    Browse the repository at this point in the history
  3. Fix bug in prepareNoteSequencesParentsPane

    It was not showing the parents due to using == instead of .equals().
    mateusbraga committed May 30, 2022
    Configuration menu
    Copy the full SHA
    b06ed7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95383b2 View commit details
    Browse the repository at this point in the history