GUI: improve drag-and-drop, part 4
This commit is contained in:
parent
d1d92ac018
commit
1a3648eefd
2 changed files with 3 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ void FurnaceGUI::finishSelection() {
|
|||
selectingFull=false;
|
||||
|
||||
if (dragging) {
|
||||
if (dragSourceX==dragDestinationX && dragSourceY==dragDestinationY) {
|
||||
if (dragSourceX==dragDestinationX && dragSourceY==dragDestinationY && dragSourceXFine==dragDestinationXFine) {
|
||||
cursor=cursorDrag;
|
||||
selStart=cursorDrag;
|
||||
selEnd=cursorDrag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue