Skip to content

Fix update issue in TaurusValuesTable

Carlos Pascual requested to merge c-p/taurus:fix-985 into develop

TaurusValuesIOTableModel overwrites the dataChanged signal, which breaks the standard Qt mechanism for updating the view, causing refresh issues in TaurusValuesTable. Remove the dataChanged declaration to fix it.

Fixes #985 (closed) Fixes #1231 (closed)

Merge request reports