diff options
| author | Juan Linietsky | 2015-01-03 17:24:16 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-01-03 17:24:16 -0300 |
| commit | dc7ac86b798f40e1472871391af49a562879eadc (patch) | |
| tree | 0cae39a004458c5a62cc14888a35f53e88aa42a1 /tools/editor/animation_editor.h | |
| parent | 0e1d70f637c31aa107f109a2e21ec9cd5e82d047 (diff) | |
| download | godot-dc7ac86b798f40e1472871391af49a562879eadc.tar.gz godot-dc7ac86b798f40e1472871391af49a562879eadc.tar.zst godot-dc7ac86b798f40e1472871391af49a562879eadc.zip | |
-Completely removed EmptyControl (but added fallback), closes #1017
Diffstat (limited to 'tools/editor/animation_editor.h')
| -rw-r--r-- | tools/editor/animation_editor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/animation_editor.h b/tools/editor/animation_editor.h index 9d3e692fa..1f1792255 100644 --- a/tools/editor/animation_editor.h +++ b/tools/editor/animation_editor.h @@ -37,7 +37,7 @@ #include "scene/gui/scroll_bar.h" #include "scene/gui/tool_button.h" #include "scene/gui/file_dialog.h" -#include "scene/gui/empty_control.h" + #include "scene/resources/animation.h" #include "scene/animation/animation_cache.h" #include "scene_tree_editor.h" @@ -157,7 +157,7 @@ class AnimationKeyEditor : public VBoxContainer { PopupMenu *track_menu; PopupMenu *type_menu; - EmptyControl *ec; + Control *ec; TextureFrame *zoomicon; HSlider *zoom; //MenuButton *menu; |
