You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Make sure the popup editor is hidden when selected
This commit is contained in:
@@ -2471,6 +2471,8 @@ bool Tree::_is_sibling_branch_selected(TreeItem *p_from) const {
|
||||
}
|
||||
|
||||
void Tree::select_single_item(TreeItem *p_selected, TreeItem *p_current, int p_col, TreeItem *p_prev, bool *r_in_range, bool p_force_deselect) {
|
||||
popup_editor->hide();
|
||||
|
||||
TreeItem::Cell &selected_cell = p_selected->cells.write[p_col];
|
||||
|
||||
bool switched = false;
|
||||
|
||||
Reference in New Issue
Block a user