Compare commits

...

1 Commits

Author SHA1 Message Date
Matthias Clasen
ef722c4b94 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.
2020-09-07 17:24:22 -04:00

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