Update main plater view after moving mesh

This commit is contained in:
Joseph Lenox 2016-11-26 22:13:55 -06:00
parent 89dab6a19d
commit a41fcb9066

View File

@ -428,6 +428,7 @@ sub _update {
$self->{last_coords}{z} = $m_z;
}
$self->{parts_changed} = 1;
my @objects = ();
push @objects, $self->{model_object};
$self->{canvas}->reset_objects;