mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-01 22:03:40 -06:00
Draw: Fixed minor DrawImage issue
git-svn-id: svn://ultimatepp.org/upp/trunk@6064 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c4de1cac7c
commit
ff8ac4e9a8
2 changed files with 1 additions and 2 deletions
|
|
@ -192,7 +192,6 @@ struct sCachedRescale : public ImageMaker
|
|||
virtual Image Make() const {
|
||||
return IsNull(filter) ? Rescale(img, sz, src) : RescaleFilter(img, sz, src, filter);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Image CachedRescale(const Image& m, Size sz, const Rect& src, int filter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue