Gui: [skip ci] in QuantitySpinBox first set pendingEmit to false before actually emitting the signals
This commit is contained in:
@@ -639,9 +639,9 @@ void QuantitySpinBox::handlePendingEmit()
|
||||
d->quantity = res;
|
||||
|
||||
// signaling
|
||||
d->pendingEmit = false;
|
||||
valueChanged(res);
|
||||
valueChanged(res.getValue());
|
||||
d->pendingEmit = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user