Re: Bug in scrollable text widget




Anders Melchiorsen <and@kampsax.dtu.dk> writes:

> Owen Taylor <otaylor@redhat.com> wrote:
> 
> > When the window is destroyed the text widget is getting some sort 
> > of scroll notification, which is causing it to try and draw on itself
> > after it has been unrealized.
> 
> Would this be related to the problem described a week ago by Damon
> Chaplin in 36C0A648.AC0C8373@karuna.freeserve.co.uk ? (See below).
> 
> 
> > When the text widget is destroyed, gtk_scrolled_window_remove() is
> > called, which calls gtk_widget_set_scroll_adjustments (child, NULL,
> > NULL), eventually resulting in a call to gtk_text_adjustment (hadj,
> > text);

Yes, this was what I was thinking of when I made the
diagnosis.

I've fixed the problem in CVS, and it should be OK in the 
imminent 1.1.16.

Regards,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]