Skip to content

fix(rendering): clear drawing infos instead of modifying and clearing together#2766

Merged
Danielku15 merged 1 commit into
release/1.8.4from
hotfix/collection-modification
Jul 5, 2026
Merged

fix(rendering): clear drawing infos instead of modifying and clearing together#2766
Danielku15 merged 1 commit into
release/1.8.4from
hotfix/collection-modification

Conversation

@Danielku15

Copy link
Copy Markdown
Member

Issues

Fixes #2748

Proposed changes

Fixes the concurrent modification of the drawingInfos when clearing it the same time. Looks like this was some sort of merge conflict as the code didn't really make sense. Modifying the coordinates and then clearing the whole map doesn't make sense. Kept the clearing for 1.8.x, In 1.9.x the code is already removed and reworked.

Checklist

  • I consent that this change becomes part of alphaTab under it's current or any future open source license
  • Changes are implemented
  • New tests were added

Further details

  • This is a breaking change
  • This change will require update of the documentation/website

@Danielku15 Danielku15 self-assigned this Jul 5, 2026
@Danielku15 Danielku15 force-pushed the hotfix/collection-modification branch from d08512f to 7e9d434 Compare July 5, 2026 14:14
@Danielku15 Danielku15 merged commit 71c43af into release/1.8.4 Jul 5, 2026
5 checks passed
@Danielku15 Danielku15 deleted the hotfix/collection-modification branch July 5, 2026 14:18
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.

Collection was modified; enumeration operation may not execute when running in Mono

1 participant