default to a saturated colour

This commit is contained in:
Damien Elmes 2011-01-02 18:22:25 +09:00
parent 030ce39105
commit 9b7ce444b4

View file

@ -747,7 +747,7 @@ class FactEditor(object):
runHook("colourChanged") runHook("colourChanged")
def onNewColour(self): def onNewColour(self):
new = QColorDialog.getColor(Qt.black, self.parent) new = QColorDialog.getColor(Qt.white, self.parent)
self.parent.raise_() self.parent.raise_()
recent = ankiqt.mw.config['recentColours'] recent = ankiqt.mw.config['recentColours']
if new.isValid(): if new.isValid():