Skip to content

[BUGFIX] Chart Editor - Ctrl click on hold note NOR fix (again) #6912

Merged
Hundrec merged 1 commit into
FunkinCrew:dummy/develop-v0.8.1from
Lasercar:bugfix/chart-editor-ctrl-click-on-hold-note-NOR-fix-(again)
Feb 10, 2026
Merged

[BUGFIX] Chart Editor - Ctrl click on hold note NOR fix (again) #6912
Hundrec merged 1 commit into
FunkinCrew:dummy/develop-v0.8.1from
Lasercar:bugfix/chart-editor-ctrl-click-on-hold-note-NOR-fix-(again)

Conversation

@Lasercar
Copy link
Copy Markdown
Contributor

Linked Issues

None (and hopefully this issue continues to stay that way).

Description

Ctrl clicking on a hold note causes a null reference error because it tries to check if a regular note is selected, rather than a hold note.

This simply changes it to check for a hold note instead.

Now also includes a comment specifying the issue this fixes so that the change doesn't get reverted again in the future.

@github-actions github-actions Bot added status: pending triage Awaiting review. size: small A small pull request with 10 or fewer changes. pr: haxe PR modifies game code. and removed status: pending triage Awaiting review. size: small A small pull request with 10 or fewer changes. labels Feb 10, 2026
@Hundrec
Copy link
Copy Markdown
Member

Hundrec commented Feb 10, 2026

I did this internally a few days ago, but haven't gotten around to pushing it
So I'll merge this into dummy for now

@Hundrec Hundrec added type: major bug Involves a major bug, including crashes, softlocks, or issues blocking progression topic: chart editor Related to the operation of the Chart Editor. status: accepted PR was approved for contribution. If it's not already merged, it may be merged on a private branch. size: small A small pull request with 10 or fewer changes. labels Feb 10, 2026
@Hundrec Hundrec added this to the 0.8.2 milestone Feb 10, 2026
@Hundrec Hundrec changed the base branch from develop to dummy/develop-v0.8.1 February 10, 2026 09:48
@Hundrec Hundrec merged commit bc0b905 into FunkinCrew:dummy/develop-v0.8.1 Feb 10, 2026
7 checks passed
@Lasercar Lasercar deleted the bugfix/chart-editor-ctrl-click-on-hold-note-NOR-fix-(again) branch February 17, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: small A small pull request with 10 or fewer changes. status: accepted PR was approved for contribution. If it's not already merged, it may be merged on a private branch. topic: chart editor Related to the operation of the Chart Editor. type: major bug Involves a major bug, including crashes, softlocks, or issues blocking progression

Development

Successfully merging this pull request may close these issues.

2 participants