mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
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:
parent
449785e138
commit
2a61ceae5b
2 changed files with 5 additions and 2 deletions
|
@ -312,6 +312,8 @@ public:
|
|||
{
|
||||
}
|
||||
};
|
||||
public:
|
||||
int getUpdateItemCount() { return m_presetitems.size(); }
|
||||
|
||||
private:
|
||||
std::vector<PresetItem> m_presetitems;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue