diff options
| author | Juan Linietsky | 2016-06-29 20:11:14 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-06-29 20:11:14 -0300 |
| commit | ff11401441ccdf00dc0c6772e01a835a130ca83c (patch) | |
| tree | db1d4bf38678eb99130a05e1d1dbc6bee1e4439f /tools/editor/plugins/animation_player_editor_plugin.cpp | |
| parent | ea6c8d5b8b3a4223b21f8cf2a08af14bb9e81352 (diff) | |
| download | godot-ff11401441ccdf00dc0c6772e01a835a130ca83c.tar.gz godot-ff11401441ccdf00dc0c6772e01a835a130ca83c.tar.zst godot-ff11401441ccdf00dc0c6772e01a835a130ca83c.zip | |
Diffstat (limited to 'tools/editor/plugins/animation_player_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/animation_player_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/animation_player_editor_plugin.cpp b/tools/editor/plugins/animation_player_editor_plugin.cpp index 10c7bf79a..203564e61 100644 --- a/tools/editor/plugins/animation_player_editor_plugin.cpp +++ b/tools/editor/plugins/animation_player_editor_plugin.cpp @@ -1404,6 +1404,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) { hb->add_child(animation); animation->set_h_size_flags(SIZE_EXPAND_FILL); animation->set_tooltip(TTR("Display list of animations in player.")); + animation->set_clip_text(true); autoplay = memnew( ToolButton ); hb->add_child(autoplay); |
