mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Implemented update for overridden options on sidebar
This commit is contained in:
parent
463783e092
commit
ea4f76ea80
5 changed files with 225 additions and 96 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue