GtkStack: Remove gtk_widget_set_opacity call

The corresponding call with 0.999 opacity is gone, so we don't need to
reset the opacity anymore.
This commit is contained in:
Timm Bäder 2015-05-22 15:43:44 +02:00
parent d3a18de97e
commit b3bbe99001

View File

@ -902,7 +902,6 @@ gtk_stack_transition_cb (GtkWidget *widget,
if (gtk_stack_set_transition_position (stack, t))
{
gtk_widget_set_opacity (GTK_WIDGET (stack), 1.0);
priv->tick_id = 0;
g_object_notify_by_pspec (G_OBJECT (stack), stack_props[PROP_TRANSITION_RUNNING]);