AnimatedSprite Fix updating inspector when SpriteFrames is modified

(cherry picked from commit 8ae246f15e)
This commit is contained in:
kleonc
2021-06-10 19:24:58 +02:00
committed by Rémi Verschelde
parent 77d596088e
commit 2f0577fb0f
4 changed files with 52 additions and 23 deletions

View File

@ -1448,8 +1448,7 @@ void EditorInspector::update_tree() {
String group_base;
VBoxContainer *category_vbox = nullptr;
List<PropertyInfo>
plist;
List<PropertyInfo> plist;
object->get_property_list(&plist, true);
HashMap<String, VBoxContainer *> item_path;