Fix toolbar menu position(RichText and MultiMesh plugins)
This commit is contained in:
parent
3fddc9e55a
commit
5cb4ba24d3
4 changed files with 19 additions and 20 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue