Opkman: Fix mouse wrong X coordinate.

git-svn-id: trunk@64714 -
This commit is contained in:
balazs 2021-03-01 16:19:30 +00:00
parent f69e733322
commit 6bdff78d46

View File

@ -746,7 +746,7 @@ var
I: Integer;
begin
for I := 0 to ACnt - 1 do
imgres.Draw(ACanvas, AX + I*AWidth + 5, AY, AStartIndex + ATyp);
imgres.Draw(ACanvas, AX + I*AWidth, AY, AStartIndex + ATyp);
end;
var