Skip to content

Fix infinite recursion error when debugging TaurusValueSpinBox

Carlos Falcon requested to merge github/fork/cmft/fix#708 into develop

The handleEvent of TaurusValueLineEdit try to validate a value (setValue) before updating properly the validator and this causes the infinite recursion.

Call updateValidator before evalueate the event value.

Fix #708 (closed)

Merge request reports