SPE 2620: Update thumbnails on ObjectManipulation change.

This commit is contained in:
Martin Šach 2025-01-28 11:05:10 +01:00 committed by Lukas Matena
parent d16b08812b
commit 5ca93cb2e1

View File

@ -564,6 +564,7 @@ bool ObjectManipulation::IsShown()
void ObjectManipulation::UpdateAndShow(const bool show)
{
if (show) {
wxQueueEvent(wxGetApp().plater(), new SimpleEvent(EVT_REGENERATE_BED_THUMBNAILS));
this->set_dirty();
this->update_if_dirty();
}