summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-12-16 01:14:53 +0100
committerGitHub <noreply@github.com>2017-12-16 01:14:53 +0100
commit1a065772d609ef9ffb5092e833409a48a79e3564 (patch)
treef4bbf52b122af930da6e02fdbdfee7ecc3cb5584
parentef1e2df86d90f75fe595bc39b9a33d831ec83ee2 (diff)
parente8cc25a8550aac15929250fe14885ebf2eeca9d8 (diff)
Merge pull request #14623 from volzhs/mesh-menu-theme
Fix theme for Mesh menu
-rw-r--r--editor/plugins/mesh_instance_editor_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/mesh_instance_editor_plugin.h b/editor/plugins/mesh_instance_editor_plugin.h
index 68c149f98a..32c779509a 100644
--- a/editor/plugins/mesh_instance_editor_plugin.h
+++ b/editor/plugins/mesh_instance_editor_plugin.h
@@ -35,9 +35,9 @@
#include "scene/3d/mesh_instance.h"
#include "scene/gui/spin_box.h"
-class MeshInstanceEditor : public Node {
+class MeshInstanceEditor : public Control {
- GDCLASS(MeshInstanceEditor, Node);
+ GDCLASS(MeshInstanceEditor, Control);
enum Menu {