You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix minimum size of ProgressBar-s
Was a leftover from 0a1c1c660f.
Fixes #21633.
This commit is contained in:
@@ -231,6 +231,7 @@ void AnimationNodeBlendTreeEditor::_update_graph() {
|
||||
}
|
||||
|
||||
pb->set_percent_visible(false);
|
||||
pb->set_custom_minimum_size(Vector2(0, 14) * EDSCALE);
|
||||
animations[E->get()] = pb;
|
||||
node->add_child(pb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user