mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Fix some containers disabling wrong scrollbars
This commit is contained in:
parent
f1e3c87244
commit
3f4728fe54
3 changed files with 3 additions and 3 deletions
|
|
@ -226,7 +226,7 @@ AnimationTreeEditor::AnimationTreeEditor() {
|
|||
AnimationNodeAnimation::get_editable_animation_list = get_animation_list;
|
||||
path_edit = memnew(ScrollContainer);
|
||||
add_child(path_edit);
|
||||
path_edit->set_horizontal_scroll_mode(ScrollContainer::SCROLL_MODE_DISABLED);
|
||||
path_edit->set_vertical_scroll_mode(ScrollContainer::SCROLL_MODE_DISABLED);
|
||||
path_hb = memnew(HBoxContainer);
|
||||
path_edit->add_child(path_hb);
|
||||
path_hb->add_child(memnew(Label(TTR("Path:"))));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue