mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
* fixed bug #3007453
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@266 efabe8c0-fbe8-4139-b769-b5e6d273206e
This commit is contained in:
parent
0ae400f7cd
commit
27f49e6bc7
1 changed files with 3 additions and 2 deletions
|
@ -467,8 +467,9 @@ class PysolMenubar(PysolMenubarTk):
|
|||
self.game._mahjonggShuffle()
|
||||
|
||||
def mFindCard(self, *args):
|
||||
create_find_card_dialog(self.game.top, self.game,
|
||||
self.app.getFindCardImagesDir())
|
||||
if self.game.canFindCard():
|
||||
create_find_card_dialog(self.game.top, self.game,
|
||||
self.app.getFindCardImagesDir())
|
||||
|
||||
def mSolver(self, *args):
|
||||
create_solver_dialog(self.game.top, self.app)
|
||||
|
|
Loading…
Add table
Reference in a new issue