Re: [gtk-list] Re: bug in find_line_params/line_params_iterate



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]