aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/animation_editor.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-01-03 17:24:16 -0300
committerJuan Linietsky2015-01-03 17:24:16 -0300
commitdc7ac86b798f40e1472871391af49a562879eadc (patch)
tree0cae39a004458c5a62cc14888a35f53e88aa42a1 /tools/editor/animation_editor.h
parent0e1d70f637c31aa107f109a2e21ec9cd5e82d047 (diff)
downloadgodot-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.h4
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;