mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-15 22:33:13 +08:00
SPE 2620: Update thumbnails on ObjectManipulation change.
This commit is contained in:
parent
d16b08812b
commit
5ca93cb2e1
@ -564,6 +564,7 @@ bool ObjectManipulation::IsShown()
|
|||||||
void ObjectManipulation::UpdateAndShow(const bool show)
|
void ObjectManipulation::UpdateAndShow(const bool show)
|
||||||
{
|
{
|
||||||
if (show) {
|
if (show) {
|
||||||
|
wxQueueEvent(wxGetApp().plater(), new SimpleEvent(EVT_REGENERATE_BED_THUMBNAILS));
|
||||||
this->set_dirty();
|
this->set_dirty();
|
||||||
this->update_if_dirty();
|
this->update_if_dirty();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user