mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-04 17:07:08 +02:00
Fixed warning texture not disappearing when deleting object out of bed
This commit is contained in:
@@ -231,6 +231,9 @@ sub reload_scene {
|
|||||||
Slic3r::GUI::_3DScene::reset_warning_texture();
|
Slic3r::GUI::_3DScene::reset_warning_texture();
|
||||||
$self->on_enable_action_buttons->(1) if ($self->on_enable_action_buttons);
|
$self->on_enable_action_buttons->(1) if ($self->on_enable_action_buttons);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$self->set_warning_enabled(0);
|
||||||
|
Slic3r::GUI::_3DScene::reset_warning_texture();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user