You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Allow animation name to be clipped, closes #5246
This commit is contained in:
@@ -1404,6 +1404,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) {
|
|||||||
hb->add_child(animation);
|
hb->add_child(animation);
|
||||||
animation->set_h_size_flags(SIZE_EXPAND_FILL);
|
animation->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||||
animation->set_tooltip(TTR("Display list of animations in player."));
|
animation->set_tooltip(TTR("Display list of animations in player."));
|
||||||
|
animation->set_clip_text(true);
|
||||||
|
|
||||||
autoplay = memnew( ToolButton );
|
autoplay = memnew( ToolButton );
|
||||||
hb->add_child(autoplay);
|
hb->add_child(autoplay);
|
||||||
|
|||||||
Reference in New Issue
Block a user