An error occurred while fetching this tab.
Fix update issue in TaurusValuesTable
- Sep 29, 2021
-
-
Carlos Pascual authored
TaurusValuesTable values are only populated on the first event **after** the model is set, which is problematic in cases where no events arrive. Use a fake event to force population of the table from the start.
c032a14b
-
- Sep 28, 2021
-
-
Carlos Pascual authored9960d0e1
-
Carlos Pascual authored
`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
48f182a9
-