FIX: the print task image is not refreshed

jira: [STUDIO-10329]
Change-Id: I44a55c1259ba35805569622f4f45aa4f2b64f16d
(cherry picked from commit 4621bcbe548069cb3c4bcf45d52484faa03d0d18)
This commit is contained in:
xin.zhang 2025-02-12 16:16:44 +08:00 committed by Noisyfox
parent eee420027e
commit 696485fe2b

View file

@ -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)