mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
ScrollContainer's scrollbar visibility is now enum
This commit is contained in:
parent
46d384060e
commit
841a9ef820
18 changed files with 92 additions and 124 deletions
|
|
@ -226,8 +226,7 @@ AnimationTreeEditor::AnimationTreeEditor() {
|
|||
AnimationNodeAnimation::get_editable_animation_list = get_animation_list;
|
||||
path_edit = memnew(ScrollContainer);
|
||||
add_child(path_edit);
|
||||
path_edit->set_enable_h_scroll(true);
|
||||
path_edit->set_enable_v_scroll(false);
|
||||
path_edit->set_horizontal_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