Merge pull request #31947 from sparkart/fixes_inspector_displaying_unselected_info

Fixes Inspector Showing Unselected Info
This commit is contained in:
Rémi Verschelde 2019-09-04 13:06:34 +02:00 committed by GitHub
commit 3e469655a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}