constraint layout: Notice when guides change

We need to queue a resize here.
This commit is contained in:
Emmanuele Bassi 2019-06-30 23:59:04 +01:00
parent 035baa092c
commit 9a463056d0

View File

@ -166,6 +166,8 @@ gtk_constraint_guide_update_constraint (GtkConstraintGuide *guide,
gtk_constraint_expression_new (guide->values[index]),
GTK_CONSTRAINT_WEIGHT_REQUIRED);
}
gtk_layout_manager_layout_changed (GTK_LAYOUT_MANAGER (guide->layout));
}
void