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

* bugs fixes

git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@71 efabe8c0-fbe8-4139-b769-b5e6d273206e
This commit is contained in:
skomoroh 2006-09-25 00:51:47 +00:00
parent 3baf551f7f
commit 802fedc73c
2 changed files with 3 additions and 2 deletions

View file

@ -341,7 +341,7 @@ class CastlesEnd(Bastion):
return
if not self.texts.info:
return
if self.base_rank is None:
if not self.getState():
t = ""
else:
t = RANKS[self.base_rank]
@ -354,6 +354,7 @@ class CastlesEnd(Bastion):
return 0
def _restoreGameHook(self, game):
self.base_rank = game.loadinfo.base_rank
for s in self.s.foundations:
s.cap.base_rank = game.loadinfo.base_rank

View file

@ -172,7 +172,7 @@ class MfxDialog: # ex. _ToplevelDialog
def createFrames(self, kw):
bottom_frame = Tkinter.Frame(self.top)
bottom_frame.pack(side='bottom', fill='both', expand=1, ipadx=3, ipady=3)
bottom_frame.pack(side='bottom', fill='both', expand=0, ipadx=3, ipady=3)
if kw.separatorwidth > 0:
separator = Tkinter.Frame(self.top, relief="sunken",
height=kw.separatorwidth, width=kw.separatorwidth,