From 8d4b6035728e0bcf241c65c48c16cbccf4ae71c5 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Thu, 15 Mar 2018 11:59:12 +0100 Subject: [PATCH] Correct updated Show/Hide of object_info_manifold_warning_icon --- lib/Slic3r/GUI/Plater.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index 747567fe5..bb3a4c130 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -1942,6 +1942,7 @@ sub selection_changed { $self->{object_info_manifold_warning_icon}->SetToolTipString($message); } else { $self->{object_info_manifold}->SetLabel(L("Yes")); + $self->{object_info_manifold_warning_icon}->Hide; } } else { $self->{object_info_facets}->SetLabel($object->facets);