mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 02:38:16 +02:00
Qt: updated qt bindings to version 2.1, library name is changed in this bindings version.
git-svn-id: trunk@23858 -
This commit is contained in:
parent
8b17054a01
commit
f8b2fa9e8f
File diff suppressed because it is too large
Load Diff
@ -1178,7 +1178,7 @@ begin
|
||||
QTransform_inverted(Matrix, MatrixInv, @Inverted);
|
||||
QtPoint.X := P^.X;
|
||||
QtPoint.Y := P^.Y;
|
||||
QTransform_map(MatrixInv, @QtPoint, @QtPoint);
|
||||
QTransform_map(MatrixInv, PQtPoint(@QtPoint), PQtPoint(@QtPoint));
|
||||
P^.X := QtPoint.X;
|
||||
P^.Y := QtPoint.Y;
|
||||
Inc(P);
|
||||
|
Loading…
Reference in New Issue
Block a user