You've already forked lazarus-ccr
jvcllaz: Fix ticks and labels for unit Pixels
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7210 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -249,8 +249,8 @@ begin
|
||||
end;
|
||||
ruPixels:
|
||||
begin
|
||||
PX := Round(X * delta);
|
||||
PY := Round(Y * delta);
|
||||
PX := Round(X);
|
||||
PY := Round(Y);
|
||||
Pos := Round(Position);
|
||||
end;
|
||||
else
|
||||
|
Reference in New Issue
Block a user