Skip to content

Commit

Permalink
Don't force white text on active Aqua tabs
Browse files Browse the repository at this point in the history
Was required with older Tk version but not suitable with Ventura
  • Loading branch information
aivarannamaa committed Apr 22, 2023
1 parent 56e2be9 commit 921725e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/style_katse.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@

root.columnconfigure(0, weight=1)
root.rowconfigure(0, weight=1)

print("MAP", style.map("TNotebook.Tab"))
print("CONF", style.configure("TNotebook.Tab"))
root.mainloop()

0 comments on commit 921725e

Please sign in to comment.