mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Merge pull request #364 from tomaz82/fix_thumbnails
Fix mStaticImage to use setResize
This commit is contained in:
commit
3adadc9377
|
@ -41,7 +41,7 @@ void VideoPlayerComponent::setResize(float width, float height)
|
|||
setSize(width, height);
|
||||
mTargetSize = Vector2f(width, height);
|
||||
mTargetIsMax = false;
|
||||
mStaticImage.setSize(width, height);
|
||||
mStaticImage.setResize(width, height);
|
||||
onSizeChanged();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue