Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Jan 28, 2025
1 parent 20a834d commit 6ab98f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aperoll/star_field_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def set_excluded(self, excluded):
self.setPen(pen)
self._line_1.setPen(pen)
self._line_2.setPen(pen)
self._label.setDefaultTextColor(color)

def set_fiducial(self, fiducial):
color = QtG.QColor("red") if fiducial else QtG.QColor("blue")
Expand All @@ -309,6 +310,7 @@ def set_fiducial(self, fiducial):
self.setPen(pen)
self._line_1.setPen(pen)
self._line_2.setPen(pen)
self._label.setDefaultTextColor(color)


class FidLight(QtW.QGraphicsEllipseItem):
Expand Down

0 comments on commit 6ab98f9

Please sign in to comment.