flowbox: Remove unnecessary queue_draw call
authorTimm Bäder <mail@baedert.org>
Sat, 14 Apr 2018 10:05:55 +0000 (12:05 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 14 Apr 2018 10:50:17 +0000 (12:50 +0200)
gtk/gtkflowbox.c

index a025c5802ed52580908f8a39bec8aeda54ca0435..879791bc8fded7255ab979e9df5a0896b2517a7a 100644 (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));
 }