From 696485fe2b27699121be3c680e8e94e8e132bc86 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Wed, 12 Feb 2025 16:16:44 +0800 Subject: [PATCH] FIX: the print task image is not refreshed jira: [STUDIO-10329] Change-Id: I44a55c1259ba35805569622f4f45aa4f2b64f16d (cherry picked from commit 4621bcbe548069cb3c4bcf45d52484faa03d0d18) --- src/slic3r/GUI/StatusPanel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index 14ae7cf084..306bf88c99 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -1006,6 +1006,7 @@ void PrintingTaskPanel::show_profile_info(bool show, wxString profile /*= wxEmpt void PrintingTaskPanel::set_thumbnail_img(const wxBitmap& bmp) { m_thumbnail_bmp_display = bmp; + Refresh(); } void PrintingTaskPanel::set_plate_index(int plate_idx)