1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

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
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);