mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:26:06 +08:00
Fix crash on exit, pt2
This commit is contained in:
parent
594d40cec8
commit
5255f79789
@ -816,6 +816,10 @@ void Tab::update_wiping_button_visibility() {
|
|||||||
// to update number of "filament" selection boxes when the number of extruders change.
|
// to update number of "filament" selection boxes when the number of extruders change.
|
||||||
void Tab::on_presets_changed()
|
void Tab::on_presets_changed()
|
||||||
{
|
{
|
||||||
|
if (wxGetApp().plater() == nullptr) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Instead of PostEvent (EVT_TAB_PRESETS_CHANGED) just call update_presets
|
// Instead of PostEvent (EVT_TAB_PRESETS_CHANGED) just call update_presets
|
||||||
wxGetApp().plater()->sidebar().update_presets(m_type);
|
wxGetApp().plater()->sidebar().update_presets(m_type);
|
||||||
update_preset_description_line();
|
update_preset_description_line();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user