mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
Opkman: Fix mouse wrong X coordinate.
git-svn-id: trunk@64714 -
This commit is contained in:
parent
f69e733322
commit
6bdff78d46
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user