From 7dc12168a0ca7acbfe3bd93d387408b6acb05d55 Mon Sep 17 00:00:00 2001 From: Roderik Ploszek Date: Sat, 24 Feb 2018 23:05:20 +0100 Subject: [PATCH] Fix typo in color hex code Play mode in solver dialog now works. --- pysollib/game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/game.py b/pysollib/game.py index 04559c29..3fdbae4a 100644 --- a/pysollib/game.py +++ b/pysollib/game.py @@ -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):