Skip to content

taskmanager: Replace count with groupFilter.count for groupListView

Fushan Wen requested to merge work/fusionfuture/BUG446105-1px-textual-list into master

Use groupFilter.count because sometimes groupFilter.count is updated in time but count is not, so no more 1px bug will occur again.

BUG: 446105

Bug demonstration

2021-11-26_20-40-50

Edited by Fushan Wen

Merge request reports