Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoseph Lenox <lenox.joseph@gmail.com>2016-11-27 07:13:55 +0300
committerbubnikv <bubnikv@gmail.com>2017-02-21 18:03:46 +0300
commit3109a9bc1f67d9a3c8c3325da1f17fdedf37dc32 (patch)
tree86411ac210ad3c516e0142fa9bca82c9ef039481 /lib
parent33f489bba9b327dd4aa7f7f80306205b79c1fa79 (diff)
Update main plater view after moving mesh
Diffstat (limited to 'lib')
-rw-r--r--lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm b/lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm
index 2fb3280b0..98890b6f6 100644
--- a/lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm
+++ b/lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm
@@ -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;