aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/groups_editor.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2016-01-25 10:30:47 -0300
committerJuan Linietsky2016-01-25 10:30:47 -0300
commit5245adcf81dd61ddb4eac048f6b004f3f455d7ed (patch)
tree272c46c2ee422d9fe6d4dfaeca51fa52c264ffb3 /tools/editor/groups_editor.cpp
parent07e79094802a2eb2d7c0cd64cecf673db386ec5a (diff)
parent87517c564b83218871ac53afdad375a9501e6cb8 (diff)
downloadgodot-5245adcf81dd61ddb4eac048f6b004f3f455d7ed.tar.gz
godot-5245adcf81dd61ddb4eac048f6b004f3f455d7ed.tar.zst
godot-5245adcf81dd61ddb4eac048f6b004f3f455d7ed.zip
Merge branch 'master' of https://github.com/godotengine/godot
Diffstat (limited to 'tools/editor/groups_editor.cpp')
-rw-r--r--tools/editor/groups_editor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/groups_editor.cpp b/tools/editor/groups_editor.cpp
index 6840a8b20..4b1096148 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) {