Tweaks to zooming logic

This commit is contained in:
Enrico Turri 2018-04-23 08:44:24 +02:00
parent ad4cd05850
commit f8b1dc5506
3 changed files with 105 additions and 41 deletions

View file

@ -1856,6 +1856,7 @@ sub object_cut_dialog {
$self->remove($obj_idx);
$self->load_model_objects(grep defined($_), @new_objects);
$self->arrange;
$self->{canvas3D}->zoom_to_volumes if $self->{canvas3D};
}
}