Set preset dirty after setting bed shape
This commit is contained in:
parent
abf38d4027
commit
afb7e675b8
1 changed files with 1 additions and 0 deletions
|
@ -694,6 +694,7 @@ sub build {
|
||||||
if ($dlg->ShowModal == wxID_OK) {
|
if ($dlg->ShowModal == wxID_OK) {
|
||||||
my $value = $dlg->GetValue;
|
my $value = $dlg->GetValue;
|
||||||
$self->{config}->set('bed_shape', $value);
|
$self->{config}->set('bed_shape', $value);
|
||||||
|
$self->set_dirty(1);
|
||||||
$self->on_value_change('bed_shape', $value);
|
$self->on_value_change('bed_shape', $value);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue