mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Correct updated Show/Hide of object_info_manifold_warning_icon
This commit is contained in:
parent
888b480250
commit
8d4b603572
1 changed files with 1 additions and 0 deletions
|
@ -1942,6 +1942,7 @@ sub selection_changed {
|
||||||
$self->{object_info_manifold_warning_icon}->SetToolTipString($message);
|
$self->{object_info_manifold_warning_icon}->SetToolTipString($message);
|
||||||
} else {
|
} else {
|
||||||
$self->{object_info_manifold}->SetLabel(L("Yes"));
|
$self->{object_info_manifold}->SetLabel(L("Yes"));
|
||||||
|
$self->{object_info_manifold_warning_icon}->Hide;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$self->{object_info_facets}->SetLabel($object->facets);
|
$self->{object_info_facets}->SetLabel($object->facets);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue