mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-30 11:36:21 +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;
|
||||
|
||||
TgtW := LocalRect.Right - LocalRect.Left;
|
||||
TgtH := LocalRect.Right - LocalRect.Left;
|
||||
TgtH := LocalRect.Bottom - LocalRect.Top;
|
||||
ClpW := R.Right - R.Left;
|
||||
ClpH := R.Bottom - R.Top;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user