1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

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

View File

@@ -42,6 +42,8 @@ class RichTextEditor : public Control {
OBJ_TYPE(RichTextEditor, Control );
friend class RichTextEditorPlugin;
enum {
PARSE_BBCODE,
@@ -49,8 +51,8 @@ class RichTextEditor : public Control {
};
Panel *panel;
MenuButton *options;
RichTextLabel *node;
MenuButton *options;
FileDialog *file_dialog;
void _file_selected(const String& p_path);