Comment # 15
on bug 8854
from Guy Harris
I couldn't reproduce the crash on OS X using X11, but there's at least one
obvious error in font_zoom(), where it wasn't bothering to make sure that it
didn't produce a zero or negative font size - perhaps the effect of that is
platform-dependent, with it getting some font with a non-zero size on X11 and
getting something that appears to be a zero-width font on Windows.
Does the change I just checked in fix the problem?
You are receiving this mail because:
- You are watching all bug changes.