mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 01:25:56 +08:00
Re-added original on_change hook back onto the optgroup that
contained the extruders so that the state of has_heatbed is correctly updated. Fixes #4249
This commit is contained in:
parent
a1a2a31e77
commit
d8a331fda0
@ -1273,6 +1273,10 @@ sub build {
|
||||
wxTheApp->CallAfter(sub {
|
||||
$self->_extruders_count_changed($optgroup->get_value('extruders_count'));
|
||||
});
|
||||
} else {
|
||||
wxTheApp->CallAfter(sub {
|
||||
$self->_on_value_change($opt_id);
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user