Chart menu fixes
This commit is contained in:
parent
22da8523e9
commit
a21cd8f05f
@ -1599,6 +1599,7 @@ class ChartingState extends MusicBeatState
|
|||||||
{
|
{
|
||||||
|
|
||||||
regenerateLines();
|
regenerateLines();
|
||||||
|
updateGrid();
|
||||||
}
|
}
|
||||||
|
|
||||||
public var shownNotes:Array<Note> = [];
|
public var shownNotes:Array<Note> = [];
|
||||||
@ -2291,6 +2292,7 @@ class ChartingState extends MusicBeatState
|
|||||||
i.lastUpdated = sect.mustHitSection;
|
i.lastUpdated = sect.mustHitSection;
|
||||||
|
|
||||||
add(sectionicon);
|
add(sectionicon);
|
||||||
|
check_mustHitSection.checked = sect.mustHitSection;
|
||||||
trace("must hit " + sect.mustHitSection);
|
trace("must hit " + sect.mustHitSection);
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -2565,6 +2567,7 @@ class ChartingState extends MusicBeatState
|
|||||||
if (curSelectedNote != null)
|
if (curSelectedNote != null)
|
||||||
{
|
{
|
||||||
stepperSusLength.value = curSelectedNote[2];
|
stepperSusLength.value = curSelectedNote[2];
|
||||||
|
updateGrid();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user