app: fix signature of gimp_canvas_limit_new()

... and gimp_tool_widget_add_limit().

(cherry picked from commit 9fe589734b)
This commit is contained in:
Ell
2020-05-15 00:55:07 +03:00
parent 3bc1d6a31a
commit 92baa76e11
4 changed files with 4 additions and 4 deletions

View File

@ -702,7 +702,7 @@ gimp_tool_widget_add_limit (GimpToolWidget *widget,
gdouble radius,
gdouble aspect_ratio,
gdouble angle,
gdouble dashed)
gboolean dashed)
{
GimpCanvasItem *item;