diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index 6031e8e91..abdce7f3c 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -1028,6 +1028,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)