mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
trasnform: Fix print statement
We were printing the wrong variable.
This commit is contained in:
parent
cf00c36c85
commit
e737b42113
@ -575,7 +575,7 @@ gsk_translate_transform_print (GskTransform *transform,
|
|||||||
if (self->point.z != 0)
|
if (self->point.z != 0)
|
||||||
{
|
{
|
||||||
g_string_append (string, ", ");
|
g_string_append (string, ", ");
|
||||||
string_append_double (string, self->point.y);
|
string_append_double (string, self->point.z);
|
||||||
}
|
}
|
||||||
g_string_append (string, ")");
|
g_string_append (string, ")");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user