forked from AuroraMiddleware/gtk
Revert "LevelBar: Avoid unnecessarily copying allocation"
This reverts commit d5e25be9bc
.
It doesn't build.
This commit is contained in:
parent
124b790a77
commit
a5ba6dfe97
@ -434,8 +434,9 @@ gtk_level_bar_allocate_trough_continuous (GtkLevelBar *self,
|
|||||||
inverted = gtk_level_bar_get_real_inverted (self);
|
inverted = gtk_level_bar_get_real_inverted (self);
|
||||||
|
|
||||||
/* allocate the empty (unfilled) part */
|
/* allocate the empty (unfilled) part */
|
||||||
|
block_area = *allocation;
|
||||||
gtk_widget_size_allocate (self->priv->block_widget[inverted ? 0 : 1],
|
gtk_widget_size_allocate (self->priv->block_widget[inverted ? 0 : 1],
|
||||||
allocation
|
&block_area,
|
||||||
baseline,
|
baseline,
|
||||||
out_clip);
|
out_clip);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user