diff --git a/piker/ui/_lines.py b/piker/ui/_lines.py index f116219b..d290b364 100644 --- a/piker/ui/_lines.py +++ b/piker/ui/_lines.py @@ -199,7 +199,7 @@ class LevelLine(pg.InfiniteLine): # will not be called by a non-triggered `.on_pos_change()`, # so we need to call it manually to avoid mismatching # label-to-line color when the line is updated but not - # "moved". + # from a "moved" event. if level == last: self.update_labels({'level': level})