notebook: On drag window hide, fix css nodes

This commit is contained in:
Benjamin Otte 2015-10-22 20:29:10 +02:00
parent 1f1c7547da
commit 6cf7c03334

View File

@ -3091,6 +3091,7 @@ hide_drag_window (GtkNotebook *notebook,
else
gtk_widget_unparent (page->tab_label);
gtk_css_node_set_parent (gtk_widget_get_css_node (page->tab_label), page->cssnode);
gtk_widget_set_parent (page->tab_label, widget);
g_object_unref (page->tab_label);
}