Working multiple window support, including editor
This commit is contained in:
committed by
Juan Linietsky
parent
f51fdc6eef
commit
4758057f20
@ -41,9 +41,9 @@
|
||||
#include "scene/gui/tool_button.h"
|
||||
#include "scene/gui/tree.h"
|
||||
|
||||
class GroupDialog : public WindowDialog {
|
||||
class GroupDialog : public AcceptDialog {
|
||||
|
||||
GDCLASS(GroupDialog, WindowDialog);
|
||||
GDCLASS(GroupDialog, AcceptDialog);
|
||||
|
||||
ConfirmationDialog *error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user