Skip to content

Emit signal using new style

Carlos Falcon requested to merge github/fork/cmft/fix_in_3.x-sdn2.5.1 into 3.x-sdn2.5.1

TaurusModelList._onDataChanged emits the signal using old style. It causes troubles in Sardana where the signals were adapted to new style.

Emit the signal in both modes.

Merge request reports