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:
parent
3ff3dcf54e
commit
18bccf7dc7
1 changed files with 2 additions and 1 deletions
|
@ -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='')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue