mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Update plater preset selectors when dismissing unsaved changes
This commit is contained in:
@@ -245,6 +245,7 @@ sub on_select_preset {
|
|||||||
# preset dirty again
|
# preset dirty again
|
||||||
# (not sure this is true anymore now that update_dirty is idempotent)
|
# (not sure this is true anymore now that update_dirty is idempotent)
|
||||||
wxTheApp->CallAfter(sub {
|
wxTheApp->CallAfter(sub {
|
||||||
|
$self->_on_presets_changed;
|
||||||
$self->update_dirty;
|
$self->update_dirty;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user