You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Merge pull request #111797 from KoBeWi/c-c-combo_breaker
Fix scale factor applied twice
This commit is contained in:
@@ -1804,7 +1804,7 @@ Size2 Window::_get_contents_minimum_size() const {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return max * content_scale_factor;
|
return max;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Window::child_controls_changed() {
|
void Window::child_controls_changed() {
|
||||||
|
|||||||
Reference in New Issue
Block a user