diff options
| author | volzhs <volzhs@gmail.com> | 2017-05-03 06:02:06 +0900 |
|---|---|---|
| committer | volzhs <volzhs@gmail.com> | 2017-05-03 06:19:15 +0900 |
| commit | 17e8e343fb900c3b308b3a6cb8611a16b476e71e (patch) | |
| tree | 55c64ec319ab91f9ba8468c7f4c65d92044ef385 /editor/plugins/animation_player_editor_plugin.h | |
| parent | 5a6ccce97d350011b599e793cea95aa4e7899395 (diff) | |
| download | redot-engine-17e8e343fb900c3b308b3a6cb8611a16b476e71e.tar.gz | |
Revert "Add new editor and default theme (WIP)"
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.h')
| -rw-r--r-- | editor/plugins/animation_player_editor_plugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.h b/editor/plugins/animation_player_editor_plugin.h index d80f9dccf2..a042da14df 100644 --- a/editor/plugins/animation_player_editor_plugin.h +++ b/editor/plugins/animation_player_editor_plugin.h @@ -85,8 +85,7 @@ class AnimationPlayerEditor : public VBoxContainer { Button *remove_anim; MenuButton *tool_anim; ToolButton *pin; - Label *nodename; - TextureRect *nodename_icon; + Button *nodename; SpinBox *frame; LineEdit *scale; LineEdit *name; |
