Fix infinite recursion error when debugging TaurusValueSpinBox
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)