Fix scale factor applied twice
This commit is contained in:
parent
7864ac8019
commit
e9a865c861
1 changed files with 1 additions and 1 deletions
|
|
@ -1786,7 +1786,7 @@ Size2 Window::_get_contents_minimum_size() const {
|
|||
}
|
||||
}
|
||||
|
||||
return max * content_scale_factor;
|
||||
return max;
|
||||
}
|
||||
|
||||
void Window::child_controls_changed() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue