mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-21 12:08:20 +08:00
Set preset dirty after setting bed shape
This commit is contained in:
parent
abf38d4027
commit
afb7e675b8
@ -694,6 +694,7 @@ sub build {
|
||||
if ($dlg->ShowModal == wxID_OK) {
|
||||
my $value = $dlg->GetValue;
|
||||
$self->{config}->set('bed_shape', $value);
|
||||
$self->set_dirty(1);
|
||||
$self->on_value_change('bed_shape', $value);
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user