mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Potential fix for issue #220
This commit is contained in:
parent
a2ac356741
commit
f2457f03eb
1 changed files with 1 additions and 4 deletions
|
@ -153,10 +153,7 @@ class Montana_RowStack(BasicRowStack):
|
|||
return self.quickPlayHandler(event)
|
||||
return BasicRowStack.clickHandler(self, event)
|
||||
|
||||
# bottom to get events for an empty stack
|
||||
prepareBottom = Stack.prepareInvisibleBottom
|
||||
|
||||
getBottomImage = Stack._getReserveBottomImage
|
||||
getBottomImage = Stack._getBlankBottomImage
|
||||
|
||||
|
||||
class Montana(Game):
|
||||
|
|
Loading…
Add table
Reference in a new issue