Deselect recents when selecting favorites and vice versa in Create Node.
Deselect recents when selecting favorites and vice versa in Create Node.
This commit is contained in:
parent
0f4c30fb71
commit
9b3c1f617f
1 changed files with 2 additions and 0 deletions
|
@ -558,6 +558,7 @@ void CreateDialog::_history_selected() {
|
|||
return;
|
||||
|
||||
search_box->set_text(item->get_text(0).get_slicec(' ', 0));
|
||||
favorites->deselect_all();
|
||||
_update_search();
|
||||
}
|
||||
|
||||
|
@ -568,6 +569,7 @@ void CreateDialog::_favorite_selected() {
|
|||
return;
|
||||
|
||||
search_box->set_text(item->get_text(0).get_slicec(' ', 0));
|
||||
recent->deselect_all();
|
||||
_update_search();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue