mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
snapshot: push/pop mismatch is critical
This is broken code that needs to be fixed right now.
This commit is contained in:
parent
b8710d8962
commit
2e9ff11c85
@ -182,7 +182,7 @@ gtk_snapshot_append_node (GtkSnapshot *state,
|
||||
state->root = gsk_render_node_ref (node);
|
||||
else
|
||||
{
|
||||
g_warning ("Tried appending a node to an already finished snapshot.");
|
||||
g_critical ("Tried appending a node to an already finished snapshot.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user