forked from AuroraMiddleware/gtk
Mark the layout as changed
We should mark the layout as changed when constraints are added or removed.
This commit is contained in:
parent
499738c903
commit
035baa092c
@ -1408,6 +1408,8 @@ gtk_constraint_layout_add_constraints_from_descriptionv (GtkConstraintLayout *la
|
|||||||
|
|
||||||
gtk_constraint_vfl_parser_free (parser);
|
gtk_constraint_vfl_parser_free (parser);
|
||||||
|
|
||||||
|
gtk_layout_manager_layout_changed (GTK_LAYOUT_MANAGER (layout));
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user