mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Bugfix: object steps were incorrectly invalidated. #2102
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user