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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;