mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix alternate table row color on macOS
https://forums.ankiweb.net/t/anki-2-1-55-beta-3/24295/102
This commit is contained in:
parent
fa4fc3e15a
commit
41b329aa05
1 changed files with 3 additions and 0 deletions
|
@ -271,6 +271,9 @@ class ThemeManager:
|
|||
self.default_palette.setColor(
|
||||
QPalette.ColorRole.Window, self.qcolor(colors.CANVAS)
|
||||
)
|
||||
self.default_palette.setColor(
|
||||
QPalette.ColorRole.AlternateBase, self.qcolor(colors.CANVAS)
|
||||
)
|
||||
app.setPalette(self.default_palette)
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue