You've already forked godot
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:
committed by
Rémi Verschelde
parent
0f51f138b5
commit
0e7de28b8d
@@ -2542,6 +2542,7 @@ void EditorPropertyResource::update_property() {
|
||||
sub_inspector->edit(res.ptr());
|
||||
}
|
||||
|
||||
sub_inspector->refresh();
|
||||
} else {
|
||||
if (sub_inspector) {
|
||||
set_bottom_editor(NULL);
|
||||
|
||||
Reference in New Issue
Block a user