app: manage the transform tools' grid properties in GimpTransformTool

Simply use g_object_bind_property() to connect the grid properties of
GimpTransformOoptions and GimpToolTransformGrid and remove all other
grid property setting code.
This commit is contained in:
Michael Natterer
2017-06-19 23:06:39 +02:00
parent 4b597f9622
commit 0411801765
10 changed files with 23 additions and 46 deletions

View File

@ -84,9 +84,7 @@ GimpToolWidget * gimp_tool_transform_grid_new (GimpDisplayShell *shell,
gdouble x1,
gdouble y1,
gdouble x2,
gdouble y2,
GimpGuidesType guide_type,
gint n_guides);
gdouble y2);
#endif /* __GIMP_TOOL_TRANSFORM_GRID_H__ */