1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Correct updated Show/Hide of object_info_manifold_warning_icon

This commit is contained in:
YuSanka
2018-03-15 11:59:12 +01:00
parent 888b480250
commit 8d4b603572
+1
View File
@@ -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);