Skip to content

Commit

Permalink
Update online_plots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Dec 16, 2024
1 parent 3cea33a commit b4d73ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iblrig/gui/online_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def paint(self, painter, option, index):

# Get the float value from the model
value = index.data()
outcome = index.sibling(index.row(), 3).data()
outcome = index.sibling(index.row(), 4).data()

# Draw the progress bar
painter.fillRect(option.rect, option.backgroundBrush)
Expand Down

0 comments on commit b4d73ad

Please sign in to comment.