GUI: new pattern cursor logic, part 16

fix a couple order change-related problems
This commit is contained in:
tildearrow 2025-07-05 04:19:18 -05:00
parent 5928e57203
commit 853111b99d
3 changed files with 41 additions and 0 deletions

View file

@ -43,6 +43,7 @@ void FurnaceGUI::drawSubSongs(bool asChild) {
cursor.xCoarse=0;
cursor.xFine=0;
cursor.y=0;
cursor.order=0;
selStart=cursor;
selEnd=cursor;
curOrder=0;
@ -80,6 +81,7 @@ void FurnaceGUI::drawSubSongs(bool asChild) {
cursor.xCoarse=0;
cursor.xFine=0;
cursor.y=0;
cursor.order=0;
selStart=cursor;
selEnd=cursor;
curOrder=0;
@ -101,6 +103,7 @@ void FurnaceGUI::drawSubSongs(bool asChild) {
cursor.xCoarse=0;
cursor.xFine=0;
cursor.y=0;
cursor.order=0;
selStart=cursor;
selEnd=cursor;
curOrder=0;