SPE-2610: Reload volumes outside state after technology is switched

This commit is contained in:
Lukas Matena 2024-12-17 14:59:45 +01:00
parent 6dc5fc5a27
commit 92e9d0c6aa

View File

@ -764,6 +764,7 @@ void Sidebar::on_select_preset(wxCommandEvent& evt)
wxQueueEvent(this->m_plater, new SimpleEvent(EVT_REGENERATE_BED_THUMBNAILS));
this->m_plater->update();
s_print_statuses.fill(PrintStatus::idle);
this->m_plater->canvas3D()->check_volumes_outside_state(false);
}
#ifdef __WXMSW__