Mercurial > hg > xemacs-beta
diff src/window.c @ 365:30d2cfa1092a r21-1-12
Import from CVS: tag r21-1-12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:00:12 +0200 |
parents | 182f72e8cd0d |
children | a4f53d9b3154 |
line wrap: on
line diff
--- a/src/window.c Mon Aug 13 10:59:30 2007 +0200 +++ b/src/window.c Mon Aug 13 11:00:12 2007 +0200 @@ -4957,10 +4957,10 @@ font size change happened between saving and restoring, the frame "sizes" maybe equal but the windows still should be resized. This is tickled alot by the new "character size - stays constant" policy in 21.0. It leads to very wierd + stays constant" policy in 21.0. It leads to very weird glitches (and possibly craches when asserts are tickled). - Just changing the units doens't help because changing the + Just changing the units doesn't help because changing the toolbar configuration can also change the pixel positions. Luckily there is a much simpler way of doing this, see below. */