Merge pull request #3432 from TheHX/pr-groups-editor
Groups Editor: Clear LineEdit after creating a new group
This commit is contained in:
commit
6eb616087d
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ void GroupsEditor::_add_group(const String& p_group) {
|
||||||
undo_redo->add_undo_method(this,"update_tree");
|
undo_redo->add_undo_method(this,"update_tree");
|
||||||
|
|
||||||
undo_redo->commit_action();
|
undo_redo->commit_action();
|
||||||
|
|
||||||
|
group_name->clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GroupsEditor::_remove_group(Object *p_item, int p_column, int p_id) {
|
void GroupsEditor::_remove_group(Object *p_item, int p_column, int p_id) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue