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: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk@71 39dd0a4e-7c14-0410-91b3-c4f2d318f732
This commit is contained in:
skomoroh 2006-09-25 00:51:47 +00:00
parent 9380a98b7e
commit ee3d33072f
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,