Re: [gtk-list] Re: bug in find_line_params/line_params_iterate
- From: Sascha Ziemann <szi aibon ping de>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: bug in find_line_params/line_params_iterate
- Date: Mon, 03 Nov 1997 00:24:17 +0100
Raph Levien wrote:
> It isn't thaw itself that's hanging, it's the recompute_geometry that's
> happening as a result of the thaw.
>
> I think the problem is really in find_char_width. Try this and see if it
> helps:
>
> - return char_widths[ch];
> + return char_widths[ch & 0xff];
>
> (line 2152 of gtktext.c)
That was it!!! Thanx.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]