mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
Fix mStaticImage to use setResize
This commit is contained in:
parent
bb678eecd1
commit
e52e63cf9c
|
@ -41,7 +41,7 @@ void VideoPlayerComponent::setResize(float width, float height)
|
||||||
setSize(width, height);
|
setSize(width, height);
|
||||||
mTargetSize = Vector2f(width, height);
|
mTargetSize = Vector2f(width, height);
|
||||||
mTargetIsMax = false;
|
mTargetIsMax = false;
|
||||||
mStaticImage.setSize(width, height);
|
mStaticImage.setResize(width, height);
|
||||||
onSizeChanged();
|
onSizeChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue