diff --git a/ui/extends/shared/delegates/scoreDelegate.py b/ui/extends/shared/delegates/scoreDelegate.py index 61b2aa4..b613ff1 100644 --- a/ui/extends/shared/delegates/scoreDelegate.py +++ b/ui/extends/shared/delegates/scoreDelegate.py @@ -95,6 +95,7 @@ class ScoreDelegate(TextSegmentDelegate): self.isScoreInstance(index) and isinstance(chart, Chart) and chart.notes is not None + and chart.notes != 0 and score.pure is not None and score.far is not None ):