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

https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/251
This commit is contained in:
dell
2023-11-12 23:45:24 +07:00
parent 0bed511430
commit d0f132ee64

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));