1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Merge pull request #1662 from TheHX/fix_plugins

Fix toolbar menu position(RichText and MultiMesh plugins)
This commit is contained in:
Juan Linietsky
2015-04-18 14:45:29 -03:00
4 changed files with 19 additions and 20 deletions

View File

@@ -42,14 +42,14 @@ class MultiMeshEditor : public Control {
OBJ_TYPE(MultiMeshEditor, Control );
friend class MultiMeshEditorPlugin;
AcceptDialog *err_dialog;
MenuButton * options;
MultiMeshInstance *_last_pp_node;
bool browsing_source;
Panel *panel;
MenuButton * options;
MultiMeshInstance *node;
LineEdit *surface_source;