1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

Add EditorInspector getter. Update Sub-Inspectors.

(cherry picked from commit c1b247e4d5)
This commit is contained in:
Will Nations
2019-03-12 01:43:48 -05:00
committed by Rémi Verschelde
parent 0f51f138b5
commit 0e7de28b8d
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);