You've already forked godot
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:
@@ -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