- Modified the default for resizing.
This commit is contained in:
parent
e31f6f58d3
commit
0ec3b566d6
@ -125,11 +125,8 @@ class AttackWindow(wx.Frame):
|
|||||||
self.claim = cl
|
self.claim = cl
|
||||||
|
|
||||||
# TODO maybe fitting defaults should come from Preferences.
|
# TODO maybe fitting defaults should come from Preferences.
|
||||||
# Now, it is default yes if it looks nice (i.e. we are using
|
# Now, it is default no even if we have PIL, for performance
|
||||||
# PIL)
|
# reasons.
|
||||||
if Preference.usePIL():
|
|
||||||
self.fit = True
|
|
||||||
else:
|
|
||||||
self.fit = False
|
self.fit = False
|
||||||
|
|
||||||
self.CreateInteriorWindowComponents()
|
self.CreateInteriorWindowComponents()
|
||||||
|
Loading…
Reference in New Issue
Block a user