You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Updates minimum size on VideoPlayer::set_stream
This commit is contained in:
@@ -249,6 +249,10 @@ void VideoPlayer::set_stream(const Ref<VideoStream> &p_stream) {
|
||||
}
|
||||
|
||||
update();
|
||||
|
||||
if (!expand) {
|
||||
minimum_size_changed();
|
||||
}
|
||||
};
|
||||
|
||||
Ref<VideoStream> VideoPlayer::get_stream() const {
|
||||
|
||||
Reference in New Issue
Block a user