Merge pull request #31947 from sparkart/fixes_inspector_displaying_unselected_info
Fixes Inspector Showing Unselected Info
This commit is contained in:
commit
3e469655a9
1 changed files with 4 additions and 0 deletions
|
@ -408,6 +408,10 @@ void InspectorDock::update(Object *p_object) {
|
|||
warning->hide();
|
||||
search->set_editable(false);
|
||||
|
||||
editor_path->set_text("");
|
||||
editor_path->set_tooltip("");
|
||||
editor_path->set_icon(NULL);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue