mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 12:46:01 +08:00
SPE-2610: Reload volumes outside state after technology is switched
This commit is contained in:
parent
6dc5fc5a27
commit
92e9d0c6aa
@ -764,6 +764,7 @@ void Sidebar::on_select_preset(wxCommandEvent& evt)
|
|||||||
wxQueueEvent(this->m_plater, new SimpleEvent(EVT_REGENERATE_BED_THUMBNAILS));
|
wxQueueEvent(this->m_plater, new SimpleEvent(EVT_REGENERATE_BED_THUMBNAILS));
|
||||||
this->m_plater->update();
|
this->m_plater->update();
|
||||||
s_print_statuses.fill(PrintStatus::idle);
|
s_print_statuses.fill(PrintStatus::idle);
|
||||||
|
this->m_plater->canvas3D()->check_volumes_outside_state(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user