GUI: new pattern cursor logic, part 11
This commit is contained in:
parent
adf850623a
commit
ae3444566b
|
@ -1223,7 +1223,7 @@ void FurnaceGUI::stop() {
|
||||||
nextScroll=-1.0f;
|
nextScroll=-1.0f;
|
||||||
nextAddScroll=0.0f;
|
nextAddScroll=0.0f;
|
||||||
e->getPlayPos(curOrder, cursor.y);
|
e->getPlayPos(curOrder, cursor.y);
|
||||||
if (selStart.xCoarse==selEnd.xCoarse && selStart.xFine==selEnd.xFine && selStart.y==selEnd.y && !selecting) {
|
if (selStart.xCoarse==selEnd.xCoarse && selStart.xFine==selEnd.xFine && selStart.y==selEnd.y && selStart.order==selEnd.order && !selecting) {
|
||||||
selStart=cursor;
|
selStart=cursor;
|
||||||
selEnd=cursor;
|
selEnd=cursor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue