mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fixes to Config and plater; also refactored the arrange() code
This commit is contained in:
@@ -35,7 +35,7 @@ ConfigBase::serialize(const t_config_option_key opt_key) {
|
||||
|
||||
void
|
||||
ConfigBase::set_deserialize(const t_config_option_key opt_key, std::string str) {
|
||||
ConfigOption* opt = this->option(opt_key);
|
||||
ConfigOption* opt = this->option(opt_key, true);
|
||||
assert(opt != NULL);
|
||||
opt->deserialize(str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user