From d0de508ff34fd53284507c49e4e129aee57e2297 Mon Sep 17 00:00:00 2001 From: Franklin Sobrinho Date: Sun, 24 Jan 2016 10:51:42 -0300 Subject: Groups Editor: Clear LineEdit after creating a new group --- tools/editor/groups_editor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/editor/groups_editor.cpp b/tools/editor/groups_editor.cpp index 6840a8b205..4b1096148a 100644 --- a/tools/editor/groups_editor.cpp +++ b/tools/editor/groups_editor.cpp @@ -51,6 +51,8 @@ void GroupsEditor::_add_group(const String& p_group) { undo_redo->add_undo_method(this,"update_tree"); undo_redo->commit_action(); + + group_name->clear(); } void GroupsEditor::_remove_group(Object *p_item, int p_column, int p_id) { -- cgit v1.2.3