GUI: selection/scroll improvements
now you can scroll left/right by dragging selection to the side edges
This commit is contained in:
parent
f59cb23d9b
commit
dd9983778b
4 changed files with 29 additions and 2 deletions
|
|
@ -169,6 +169,7 @@ void FurnaceGUI::finishSelection() {
|
|||
}
|
||||
selecting=false;
|
||||
selectingFull=false;
|
||||
mobilePatSel=false;
|
||||
|
||||
if (dragging) {
|
||||
if (dragSourceX==dragDestinationX && dragSourceY==dragDestinationY && dragSourceXFine==dragDestinationXFine) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue