mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 02:02:42 -07:00
Implemented update for overridden options on sidebar
This commit is contained in:
@@ -628,11 +628,16 @@ void SpinCtrl::BUILD() {
|
||||
|
||||
void SpinCtrl::propagate_value()
|
||||
{
|
||||
if (suppress_propagating)
|
||||
return;
|
||||
|
||||
suppress_propagating = true;
|
||||
if (tmp_value == UNDEF_VALUE) {
|
||||
on_kill_focus();
|
||||
} else {
|
||||
on_change_field();
|
||||
}
|
||||
suppress_propagating = false;
|
||||
}
|
||||
|
||||
void SpinCtrl::msw_rescale()
|
||||
|
||||
Reference in New Issue
Block a user