Fix: The "Unsaved Changes Dialog" pops up, but the content display section is empty. (#7482)

fix:The Unsaved Changes Dialog pops up, but the content display section is empty.
This commit is contained in:
xiaoyeliu
2024-11-30 22:23:07 +08:00
committed by GitHub
parent 449785e138
commit 2a61ceae5b
2 changed files with 5 additions and 2 deletions

View File

@@ -312,6 +312,8 @@ public:
{
}
};
public:
int getUpdateItemCount() { return m_presetitems.size(); }
private:
std::vector<PresetItem> m_presetitems;