mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
* fixed bug #3007453
git-svn-id: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk@266 39dd0a4e-7c14-0410-91b3-c4f2d318f732
This commit is contained in:
parent
db7bd7791d
commit
0f91eb03dd
1 changed files with 3 additions and 2 deletions
|
@ -467,6 +467,7 @@ class PysolMenubar(PysolMenubarTk):
|
|||
self.game._mahjonggShuffle()
|
||||
|
||||
def mFindCard(self, *args):
|
||||
if self.game.canFindCard():
|
||||
create_find_card_dialog(self.game.top, self.game,
|
||||
self.app.getFindCardImagesDir())
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue