forked from AuroraMiddleware/gtk
flowbox: Remove unnecessary queue_draw call
This commit is contained in:
parent
1195bb3872
commit
1db1a30339
@ -842,7 +842,6 @@ gtk_flow_box_update_cursor (GtkFlowBox *box,
|
||||
{
|
||||
BOX_PRIV (box)->cursor_child = child;
|
||||
gtk_widget_grab_focus (GTK_WIDGET (child));
|
||||
gtk_widget_queue_draw (GTK_WIDGET (child));
|
||||
_gtk_flow_box_accessible_update_cursor (GTK_WIDGET (box), GTK_WIDGET (child));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user