diff options
author | Timm Bäder <mail@baedert.org> | 2018-04-14 12:05:55 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-04-14 12:50:17 +0200 |
commit | 1db1a30339c7f55b21cf07c262e18da6356099b0 (patch) | |
tree | 5cb77efcc63ea4abff3344b64fbbc218592dc7e4 | |
parent | 1195bb3872892d96899249853e1d9e67297b6696 (diff) | |
download | gtk+-1db1a30339c7f55b21cf07c262e18da6356099b0.tar.gz |
flowbox: Remove unnecessary queue_draw call
-rw-r--r-- | gtk/gtkflowbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index a025c5802e..879791bc8f 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -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)); } |