mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: use "pointer" cursor instead of "hand"
https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/251
This commit is contained in:
@ -365,7 +365,7 @@ sysprof_flame_graph_set_motion (SysprofFlameGraph *self,
|
|||||||
{
|
{
|
||||||
self->under_pointer = rect;
|
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));
|
gtk_widget_queue_draw (GTK_WIDGET (self));
|
||||||
|
|||||||
Reference in New Issue
Block a user