mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Bugfix: object steps were incorrectly invalidated. #2102
This commit is contained in:
parent
ba55592bdf
commit
3173e11e1f
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ sub apply_config {
|
|||
$object->config->apply($new);
|
||||
|
||||
$invalidated = 1
|
||||
if $self->invalidate_state_by_config_options($diff);
|
||||
if $object->invalidate_state_by_config_options($diff);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue