FIX: STUDIO-395

update the filament preset parameter dirty logic

Change-Id: Iaca29d397f7395f71a5f17007ab2341f8d4ceeeb
This commit is contained in:
zhimin.zeng 2022-08-03 17:21:59 +08:00 committed by Lane.Wei
parent 10c152c40d
commit e80c6f8935
3 changed files with 19 additions and 4 deletions

View file

@ -31,6 +31,9 @@ private:
// Keeps track of preset names selected at the time of last project save.
std::array<std::string, Preset::TYPE_COUNT> m_initial_presets;
DynamicPrintConfig m_initial_project_config;
// filament preset independent of the m_initial_presets
std::vector<std::string> m_initial_filament_presets;
};
} // namespace GUI