revealer: Don't set overflow to hidden

This is causing clipping issues due to rounding in the
transforms we are using. And it does not seem to be
necessary.
This commit is contained in:
Matthias Clasen
2020-09-07 17:23:32 -04:00
parent fe429ffc45
commit ef722c4b94

View File

@@ -163,8 +163,6 @@ gtk_revealer_init (GtkRevealer *revealer)
priv->transition_duration = 250;
priv->current_pos = 0.0;
priv->target_pos = 0.0;
gtk_widget_set_overflow (GTK_WIDGET (revealer), GTK_OVERFLOW_HIDDEN);
}
static void