projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1195bb3
)
flowbox: Remove unnecessary queue_draw call
author
Timm Bäder
<mail@baedert.org>
Sat, 14 Apr 2018 10:05:55 +0000
(12:05 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 14 Apr 2018 10:50:17 +0000
(12:50 +0200)
gtk/gtkflowbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkflowbox.c
b/gtk/gtkflowbox.c
index a025c5802ed52580908f8a39bec8aeda54ca0435..879791bc8fded7255ab979e9df5a0896b2517a7a 100644
(file)
--- 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));
}