Uncheck End hold box when Hold End note placed.

This commit is contained in:
Zsolt Zitting
2022-11-14 00:26:01 -07:00
parent 399b925cb9
commit c2ca4862c5
+1
View File
@@ -1122,6 +1122,7 @@ namespace BAKKA_Editor
{
tempNote.NoteType = NoteType.HoldEnd;
SetNonHoldButtonState(true);
endHoldCheck.Checked = false;
holdButtonClicked();
}
else