mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
path: Make get_closest_point work
We weren't setting point->path. Oops. Good to have tests.
This commit is contained in:
parent
9b916b329a
commit
888abb6f24
@ -485,6 +485,7 @@ gsk_path_get_closest_point (GskPath *self,
|
||||
{
|
||||
found = TRUE;
|
||||
res->contour = i;
|
||||
res->path = self;
|
||||
threshold = distance;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user