Merge branch 'cursor_fix' into 'master'

sysprof: use "pointer" cursor instead of "hand"

Closes #106

See merge request GNOME/sysprof!84
This commit is contained in:
Christian Hergert
2023-11-14 01:54:15 +00:00

View File

@ -365,7 +365,7 @@ sysprof_flame_graph_set_motion (SysprofFlameGraph *self,
{
self->under_pointer = rect;
gtk_widget_set_cursor_from_name (GTK_WIDGET (self), rect ? "hand" : NULL);
gtk_widget_set_cursor_from_name (GTK_WIDGET (self), rect ? "pointer" : NULL);
}
gtk_widget_queue_draw (GTK_WIDGET (self));