fixed wine/wm_mousemove problem
This commit is contained in:
parent
0da550aad0
commit
9663057c7a
@ -1754,6 +1754,7 @@ begin
|
||||
|
||||
if viewDragMode then // graph panning
|
||||
begin
|
||||
if (fx = oldx) and (fy = oldy) then exit;
|
||||
viewDragged := true;
|
||||
GcenterX := GcenterX - (fx - oldx);
|
||||
GcenterY := GcenterY - (fy - oldy);
|
||||
|
Loading…
Reference in New Issue
Block a user