mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-12 22:36:03 -06:00
FIX: the print task image is not refreshed
jira: [STUDIO-10329] Change-Id: I44a55c1259ba35805569622f4f45aa4f2b64f16d (cherry picked from commit 4621bcbe548069cb3c4bcf45d52484faa03d0d18)
This commit is contained in:
parent
eee420027e
commit
696485fe2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue