flowbox: Remove unnecessary queue_draw call

This commit is contained in:
Timm Bäder 2018-04-14 12:05:55 +02:00
parent 1195bb3872
commit 1db1a30339

View File

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