Mark the layout as changed

We should mark the layout as changed when
constraints are added or removed.
This commit is contained in:
Matthias Clasen 2019-06-29 22:51:28 +00:00 committed by Emmanuele Bassi
parent 499738c903
commit 035baa092c

View File

@ -1408,6 +1408,8 @@ gtk_constraint_layout_add_constraints_from_descriptionv (GtkConstraintLayout *la
gtk_constraint_vfl_parser_free (parser);
gtk_layout_manager_layout_changed (GTK_LAYOUT_MANAGER (layout));
return res;
}