This commit is contained in:
2024-08-20 12:28:16 +02:00
parent 1f6e2b5c5a
commit 5792689842

View File

@@ -1189,8 +1189,6 @@ function ondrag(x,y,but,cmd,shift,capslock,option,ctrl)
if (dist_from_start > 10) { if (dist_from_start > 10) {
is_dragging = 1; is_dragging = 1;
drag_slot = last_hovered; drag_slot = last_hovered;
last_x_drag = x;
last_y_drag = y+y_offset;
paint_base(); paint_base();
} }