GUI: new pattern cursor logic, part 16
fix a couple order change-related problems
This commit is contained in:
parent
5928e57203
commit
853111b99d
3 changed files with 41 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue