fix item_edited behavior on Asset Installer.

This commit is contained in:
Zae
2020-07-08 21:32:42 +08:00
parent 18c51d3f0c
commit b0fbde6abd
2 changed files with 25 additions and 1 deletions
+1
View File
@@ -42,6 +42,7 @@ class EditorAssetInstaller : public ConfirmationDialog {
Map<String, TreeItem *> status_map;
bool updating;
void _update_subitems(TreeItem *p_item, bool p_check, bool p_first = false);
void _uncheck_parent(TreeItem *p_item);
void _item_edited();
virtual void ok_pressed();