forked from AuroraMiddleware/gtk
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:
parent
d3a18de97e
commit
b3bbe99001
@ -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]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user