visualizer-ticks: remove GdkWindow from ticks widget

This is preventing us from selecting using the region where the
ticks are drawn. This allows the GtkOverlay pass-through child
property to work.
This commit is contained in:
Christian Hergert
2016-10-10 15:50:58 -07:00
parent e3f2b8760d
commit c12c8bc345

View File

@ -309,6 +309,8 @@ static void
sp_visualizer_ticks_init (SpVisualizerTicks *self)
{
self->end_time = G_GINT64_CONSTANT (1000000000) * 60;
gtk_widget_set_has_window (GTK_WIDGET (self), FALSE);
}
GtkWidget *