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