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:
Joseph Lenox 2018-01-02 14:03:21 -06:00
parent a1a2a31e77
commit d8a331fda0

View File

@ -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);
});
}
});
}