Skip to content

Fix: Taurusform does not allow to change the label

Carlos Falcon requested to merge github/fork/cmft/issue-641 into develop

The PR #496 added a regresion in the taurusform change label feature.

Fix it by:

  • In DefaultLabelWidget class:

    • revert the changes in _BCK_COMPAT_TAGS
    • fix getDisplayValue
  • Fix taurusValue onChangeLabelConfig method.

  • Reimplement taurusLabel setText to use setPemanentText.

  • Fix displayValue to allow format strings

Fix #641 (closed)

Merge request reports