Skip to content

Commit

Permalink
ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
blauret committed Oct 7, 2022
1 parent bcfc41c commit 11559a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyG5/pyG5View.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ def paintEvent(self, event):
self.setPen(1, navColor)

vertSourceTxt = "G"
if int(self._hsiSource) == 2 and self._gpsgsavailable == 0:
vertSourceTxt = "V"
if int(self._hsiSource) == 2 and self._gpsgsavailable == 0:
vertSourceTxt = "V"

self.qp.drawText(
rect,
Expand Down

0 comments on commit 11559a8

Please sign in to comment.