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

Fix playable preview of Double Fives

This commit is contained in:
Roderik Ploszek 2018-04-14 09:12:54 +02:00
parent 3ff3dcf54e
commit 18bccf7dc7

View file

@ -264,7 +264,8 @@ class DoubleFives_Stock(WasteStack):
def updateText(self):
if self.cards:
WasteStack.updateText(self)
else:
elif self.texts.ncards is not None:
# self.texts.ncards is None in playable preview
self.texts.ncards.config(text='')