Fix toolbar menu position(RichText and MultiMesh plugins)

This commit is contained in:
Franklin Sobrinho
2015-04-09 09:48:46 -03:00
parent 3fddc9e55a
commit 5cb4ba24d3
4 changed files with 19 additions and 20 deletions
@@ -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;