Skip to content

Commit

Permalink
Line Graph: fix hover bug
Browse files Browse the repository at this point in the history
  • Loading branch information
boomshop committed Dec 9, 2015
1 parent 8ec1539 commit b73bce3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ctl_linegraph.cpp
Expand Up @@ -1331,7 +1331,10 @@ calf_line_graph_leave (GtkWidget *widget, GdkEventCrossing *event)
calf_line_graph_expose_request(widget, true);
lg->mouse_x = -1;
lg->mouse_y = -1;

gdk_window_set_cursor(widget->window, lg->arrow_cursor);
lg->handle_hovered = -1;
lg->handle_redraw = 1;
calf_line_graph_expose_request(widget, true);
return TRUE;
}

Expand Down

0 comments on commit b73bce3

Please sign in to comment.