From 8ffe9f441ac4c119432115881148d9e487025dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 22 May 2015 15:43:44 +0200 Subject: [PATCH] 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. --- gtk/gtkstack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index 302c65e8ba..46a8f73081 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -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]);