Remove the "Open Editor" button, it will open automatically.

This commit is contained in:
Juan Linietsky
2019-03-04 16:44:39 -03:00
parent d1ba3227c4
commit 472c94ce3e
5 changed files with 55 additions and 22 deletions

View File

@ -581,6 +581,9 @@ class EditorPropertyResource : public EditorProperty {
void _button_input(const Ref<InputEvent> &p_event);
void _open_editor_pressed();
void _fold_other_editors(Object *p_self);
bool opened_editor;
protected:
static void _bind_methods();