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:
parent
ca808161cc
commit
7dc12168a0
1 changed files with 1 additions and 1 deletions
|
@ -2417,7 +2417,7 @@ Congratulations, you did it !
|
||||||
info = 0
|
info = 0
|
||||||
self.drawHintArrow(from_stack, to_stack, ncards, sleep)
|
self.drawHintArrow(from_stack, to_stack, ncards, sleep)
|
||||||
if info:
|
if info:
|
||||||
self.app.statusbar.configLabel("info", text="", fg="# 000000")
|
self.app.statusbar.configLabel("info", text="", fg="#000000")
|
||||||
return h
|
return h
|
||||||
|
|
||||||
def drawHintArrow(self, from_stack, to_stack, ncards, sleep):
|
def drawHintArrow(self, from_stack, to_stack, ncards, sleep):
|
||||||
|
|
Loading…
Add table
Reference in a new issue