diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 062690f789..abad51139b 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -2611,7 +2611,7 @@ gtk_notebook_draw (GtkWidget *widget, } } - if (priv->cur_page && priv->operation != DRAG_OPERATION_REORDER) + if (priv->cur_page) gtk_container_propagate_draw (GTK_CONTAINER (notebook), priv->cur_page->child, cr);