diff --git a/src/sysprof/sysprof-chart.c b/src/sysprof/sysprof-chart.c index ea2ba09d..74737994 100644 --- a/src/sysprof/sysprof-chart.c +++ b/src/sysprof/sysprof-chart.c @@ -138,11 +138,6 @@ sysprof_chart_snapshot (GtkWidget *widget, g_assert (SYSPROF_IS_CHART (self)); - gtk_snapshot_push_clip (snapshot, - &GRAPHENE_RECT_INIT (0, 0, - gtk_widget_get_width (widget), - gtk_widget_get_height (widget))); - GTK_WIDGET_CLASS (sysprof_chart_parent_class)->snapshot (widget, snapshot); if (priv->pointer_in_chart) @@ -155,8 +150,6 @@ sysprof_chart_snapshot (GtkWidget *widget, priv->motion_x, priv->motion_y); } - - gtk_snapshot_pop (snapshot); } static gboolean diff --git a/src/sysprof/sysprof-graphics-section.ui b/src/sysprof/sysprof-graphics-section.ui index 98ad3d77..42bf1b6b 100644 --- a/src/sysprof/sysprof-graphics-section.ui +++ b/src/sysprof/sysprof-graphics-section.ui @@ -184,7 +184,7 @@ true - 24 + 32 GtkListItem