Fix occational duplicate entries in consumer stats
This commit is contained in:
parent
a54dd4d757
commit
67d0991232
@ -151,6 +151,9 @@ StatsBase {
|
||||
barSet.borderColor = barSet.color
|
||||
barSet.borderWith = 0
|
||||
}
|
||||
Component.onDestruction: {
|
||||
barSeries.remove(barset)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user