GUI: selection/scroll improvements

now you can scroll left/right by dragging selection to the side edges
This commit is contained in:
tildearrow 2025-02-22 18:43:46 -05:00
parent f59cb23d9b
commit dd9983778b
4 changed files with 29 additions and 2 deletions

View file

@ -169,6 +169,7 @@ void FurnaceGUI::finishSelection() {
}
selecting=false;
selectingFull=false;
mobilePatSel=false;
if (dragging) {
if (dragSourceX==dragDestinationX && dragSourceY==dragDestinationY && dragSourceXFine==dragDestinationXFine) {