Skip to content

scale: Fix sporadic criticals

Matthias Clasen requested to merge fix-scale-critical into gtk-3-24

gtk_css_node_update_layout_attributes can cause us to free priv->layout, and then bad things happen. Therefore, we must call that function on a new layout before setting priv->layout.

Merge request reports