entry: queue an allocate when pulsing

We need to reposition the progress gadget and that's done during
allocation.
This commit is contained in:
Benjamin Otte 2016-02-04 12:24:34 +01:00
parent 8eb2619888
commit c95087c70a

View File

@ -10429,7 +10429,7 @@ tick_cb (GtkWidget *widget,
}
}
gtk_widget_queue_draw (widget);
gtk_widget_queue_allocate (widget);
return G_SOURCE_CONTINUE;
}