diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index ffe54c52f7..8c0020e84b 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -1194,8 +1194,8 @@ sub change_thumbnail_scaling_factor { return unless $self->thumbnail; $self->thumbnail->scale($new_factor / $self->thumbnail_scaling_factor); - $self->transformed_thumbnail->scale($new_factor / $self->thumbnail_scaling_factor); $self->thumbnail_scaling_factor($new_factor); + $self->_transform_thumbnail; } 1;