Skip to content

Fix infinite recursion problem in TaurusValueCombobox

Carlos Pascual requested to merge github/fork/cpascual/fix-651 into develop

TaurusValueCombobox connects its own applied signal to the writeValue method, which in turn emits the applied signal, causing an infinite loop. Break the loop by not doing the connection (and calling writeValue directly when needed).

Fixes #651 (closed)

Merge request reports