From 5ca93cb2e13c23dedab3f1b99eb04c4c9b1334b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0ach?= Date: Tue, 28 Jan 2025 11:05:10 +0100 Subject: [PATCH] SPE 2620: Update thumbnails on ObjectManipulation change. --- src/slic3r/GUI/GUI_ObjectManipulation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.cpp b/src/slic3r/GUI/GUI_ObjectManipulation.cpp index ba5cba935f..16e99b42cb 100644 --- a/src/slic3r/GUI/GUI_ObjectManipulation.cpp +++ b/src/slic3r/GUI/GUI_ObjectManipulation.cpp @@ -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(); }