oops, we need to check we changed on the other axis too

This commit is contained in:
Chris Jones 2008-06-26 08:12:54 +01:00
parent 1659985a22
commit a73b094f70
1 changed files with 1 additions and 1 deletions

View File

@ -1717,7 +1717,7 @@ class Terminator:
else:
care_height = False
if new_rows <= self.old_rows or care_height:
if (new_rows <= self.old_rows) or care_height or (new_columns <= self.old_columns):
dbg ('zoom_scale_font: Which means I didnt scale on one axis (col: %s, row: %s). Bailing'%((new_columns <= self.old_columns), (new_rows <= self.old_rows)))
return