GUI: new pattern cursor logic, part 11

This commit is contained in:
tildearrow 2025-07-03 20:12:26 -05:00
parent adf850623a
commit ae3444566b

View file

@ -1223,7 +1223,7 @@ void FurnaceGUI::stop() {
nextScroll=-1.0f;
nextAddScroll=0.0f;
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;
selEnd=cursor;
}