Remove more unnecessary redraws

The call to gtk_widget_set_state_flags immediately before these already
queues a redraw/allocate/resize in case they have to be queued.
This commit is contained in:
Timm Bäder
2016-02-05 10:00:46 +01:00
parent 667069cff2
commit c360b5fb49
5 changed files with 1 additions and 13 deletions

View File

@ -1648,8 +1648,6 @@ gtk_combo_box_button_state_flags_changed (GtkWidget *widget,
gtk_widget_get_state_flags (widget),
TRUE);
}
gtk_widget_queue_draw (widget);
}
static void