1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Update plater preset selectors when dismissing unsaved changes

This commit is contained in:
Alessandro Ranellucci
2014-12-25 18:52:27 +01:00
parent 6c2a28166a
commit dbbc6e7e55
+1
View File
@@ -245,6 +245,7 @@ sub on_select_preset {
# preset dirty again
# (not sure this is true anymore now that update_dirty is idempotent)
wxTheApp->CallAfter(sub {
$self->_on_presets_changed;
$self->update_dirty;
});