mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:59:16 +02:00
Qt: fixed wrong scaling result in drawImage().issue #25830
git-svn-id: trunk@44362 -
This commit is contained in:
parent
3caabb7cf3
commit
17d4ecea6e
@ -3440,7 +3440,7 @@ var
|
|||||||
R := getClipRegion.getBoundingRect;
|
R := getClipRegion.getBoundingRect;
|
||||||
|
|
||||||
TgtW := LocalRect.Right - LocalRect.Left;
|
TgtW := LocalRect.Right - LocalRect.Left;
|
||||||
TgtH := LocalRect.Right - LocalRect.Left;
|
TgtH := LocalRect.Bottom - LocalRect.Top;
|
||||||
ClpW := R.Right - R.Left;
|
ClpW := R.Right - R.Left;
|
||||||
ClpH := R.Bottom - R.Top;
|
ClpH := R.Bottom - R.Top;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user