Skip to content

Commit

Permalink
Fix end of line whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Apr 11, 2023
1 parent 05a196f commit 80557c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/toga/style/applicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ def set_hidden(self, hidden):
# grandchildren.
#
# parent hidden child hidden style child final hidden state
# ============= ================== ========================
# ============= ================== ========================
# True True True
# True False True
# False True True
# False True True
# False False False
child.applicator.set_hidden(hidden or child.style._hidden)

Expand Down

0 comments on commit 80557c8

Please sign in to comment.