Skip to content

Commit

Permalink
Update corkDelegate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShadowblast123 committed Sep 18, 2023
1 parent 7d31628 commit 1612906
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manuskript/ui/views/corkDelegate.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,11 @@ def drawRect(r):

# Draw Summary
# One line
#checking that textColor is actually defined before we use it
try:
textColor
except:
textColor = None
if lineSummary and textColor:
p.save()
f = QFont(option.font)
Expand Down

0 comments on commit 1612906

Please sign in to comment.