Merge pull request #26954 from willnationsdev/refresh

Add a getter for the EditorInspector
This commit is contained in:
Rémi Verschelde 2019-04-05 16:41:02 +02:00 committed by GitHub
commit fc081ebe10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -2542,6 +2542,7 @@ void EditorPropertyResource::update_property() {
sub_inspector->edit(res.ptr());
}
sub_inspector->refresh();
} else {
if (sub_inspector) {
set_bottom_editor(NULL);