Revert "LevelBar: Avoid unnecessarily copying allocation"

This reverts commit d5e25be9bc.

It doesn't build.
This commit is contained in:
Matthias Clasen 2017-08-12 09:46:06 -04:00
parent 124b790a77
commit a5ba6dfe97

View File

@ -434,8 +434,9 @@ gtk_level_bar_allocate_trough_continuous (GtkLevelBar *self,
inverted = gtk_level_bar_get_real_inverted (self);
/* allocate the empty (unfilled) part */
block_area = *allocation;
gtk_widget_size_allocate (self->priv->block_widget[inverted ? 0 : 1],
allocation
&block_area,
baseline,
out_clip);