mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Fix of #5319 - presets inherited from renamed presets using the old
preset name in the "inherits" field were losing the "inherits" flag.
This commit is contained in:
parent
661ad1735b
commit
6e3fae3865
2 changed files with 7 additions and 1 deletions
|
@ -441,6 +441,8 @@ public:
|
|||
{ return dirty_options(&this->get_edited_preset(), this->get_selected_preset_parent(), deep_compare); }
|
||||
|
||||
// Return a sorted list of system preset names.
|
||||
// Used for validating the "inherits" flag when importing user's config bundles.
|
||||
// Returns names of all system presets including the former names of these presets.
|
||||
std::vector<std::string> system_preset_names() const;
|
||||
|
||||
// Update a dirty flag of the current preset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue