Skip to content

Commit

Permalink
Always update L1 labels
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Apr 6, 2021
1 parent 8e40db0 commit b426936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions piker/ui/_l1.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ def update_label(
self._h_shift * (w + self._x_offset),
abs_pos.y() + self._v_shift * h
))
# XXX: definitely need this!
self.update()

def set_fmt_str(
self,
Expand Down

0 comments on commit b426936

Please sign in to comment.