Tiny GtkLayout bug




At the end of gtk_layout_remove() it has:

  GTK_PRIVATE_UNSET_FLAG (widget, GTK_IS_OFFSCREEN);


However, the widget may have been destroyed by the gtk_widget_unparent(),
so this can cause problems.


Damon




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