MIYOSHI Masanori <[EMAIL PROTECTED]> writes:
>
> The following patch seems to fix the problem.
>
Thanks. Installed.
I fixed some related anomalies if the tool-bar was split between
the small and the large icon.
> --- xdisp.c.orig 2006-05-16 22:35:06.997131800 +0900
> +++ xdisp.c 2006-05-17 19:07:04.587084800 +0900
> @@ -9549,6 +9549,7 @@
> /* Make line the desired height and center it vertically. */
> if ((height -= it->max_ascent + it->max_descent) > 0)
> {
> + height %= FRAME_LINE_HEIGHT (it->f);
> it->max_ascent += height / 2;
> it->max_descent += (height + 1) / 2;
> }
>
> --
> MIYOSHI Masanori http://miyoshi.meadowy.org/
--
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug