1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix typo in color hex code

Play mode in solver dialog now works.
This commit is contained in:
Roderik Ploszek 2018-02-24 23:05:20 +01:00
parent ca808161cc
commit 7dc12168a0

View file

@ -2417,7 +2417,7 @@ Congratulations, you did it !
info = 0
self.drawHintArrow(from_stack, to_stack, ncards, sleep)
if info:
self.app.statusbar.configLabel("info", text="", fg="# 000000")
self.app.statusbar.configLabel("info", text="", fg="#000000")
return h
def drawHintArrow(self, from_stack, to_stack, ncards, sleep):