forked from AuroraMiddleware/gtk
invalid cast from 'GtkButton' to 'GtkBox'
on adding a page to a GtkNotebook (soffice): Gtk-CRITICAL **: gtk_box_remove: assertion 'GTK_IS_BOX (box)' failed
This commit is contained in:
parent
c137f4017f
commit
9c79b8b877
@ -5652,8 +5652,8 @@ gtk_notebook_menu_item_recreate (GtkNotebook *notebook,
|
||||
GtkNotebookPage *page = list->data;
|
||||
GtkWidget *menu_item = gtk_widget_get_parent (page->menu_label);
|
||||
|
||||
gtk_box_remove (GTK_BOX (menu_item), page->menu_label);
|
||||
gtk_widget_unparent (menu_item);
|
||||
gtk_button_set_child (GTK_BUTTON (menu_item), NULL);
|
||||
gtk_box_remove (GTK_BOX (notebook->menu_box), menu_item);
|
||||
gtk_notebook_menu_item_create (notebook, page);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user