mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
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:
@ -309,6 +309,8 @@ static void
|
|||||||
sp_visualizer_ticks_init (SpVisualizerTicks *self)
|
sp_visualizer_ticks_init (SpVisualizerTicks *self)
|
||||||
{
|
{
|
||||||
self->end_time = G_GINT64_CONSTANT (1000000000) * 60;
|
self->end_time = G_GINT64_CONSTANT (1000000000) * 60;
|
||||||
|
|
||||||
|
gtk_widget_set_has_window (GTK_WIDGET (self), FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkWidget *
|
GtkWidget *
|
||||||
|
|||||||
Reference in New Issue
Block a user