Commit 66a54582 by Haoyu Qiu

Updates min size on CenterContainer::set_use_top_left

parent 34ad33d9
......@@ -54,7 +54,13 @@ Size2 CenterContainer::get_minimum_size() const {
void CenterContainer::set_use_top_left(bool p_enable) {
if (use_top_left == p_enable) {
return;
}
use_top_left = p_enable;
minimum_size_changed();
queue_sort();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment