mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 17:19:04 +08:00
Bugfix: GUI options weren't enabled/disabled upon preset change
This commit is contained in:
parent
c0a6b1a9cc
commit
f260373336
@ -220,6 +220,7 @@ sub on_select_preset {
|
||||
? $self->{btn_delete_preset}->Disable
|
||||
: $self->{btn_delete_preset}->Enable;
|
||||
|
||||
$self->_update;
|
||||
$self->on_preset_loaded;
|
||||
$self->reload_config;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user