Qt: fixed wrong scaling result in drawImage().issue #25830

git-svn-id: trunk@44362 -
This commit is contained in:
zeljko 2014-03-06 09:55:42 +00:00
parent 3caabb7cf3
commit 17d4ecea6e

View File

@ -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;