mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
default to a saturated colour
This commit is contained in:
parent
030ce39105
commit
9b7ce444b4
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ class FactEditor(object):
|
|||
runHook("colourChanged")
|
||||
|
||||
def onNewColour(self):
|
||||
new = QColorDialog.getColor(Qt.black, self.parent)
|
||||
new = QColorDialog.getColor(Qt.white, self.parent)
|
||||
self.parent.raise_()
|
||||
recent = ankiqt.mw.config['recentColours']
|
||||
if new.isValid():
|
||||
|
|
Loading…
Reference in a new issue