Merge pull request #44831 from gongpha/dont-update-tree-if-selected
Blocking updating in SceneTreeEditor when an item was selected
This commit is contained in:
commit
605e33cf39
3 changed files with 9 additions and 0 deletions
|
|
@ -3013,6 +3013,10 @@ bool Tree::edit_selected() {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool Tree::is_editing() {
|
||||
return popup_editor->is_visible();
|
||||
}
|
||||
|
||||
Size2 Tree::get_internal_min_size() const {
|
||||
Size2i size = cache.bg->get_offset();
|
||||
if (root) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue