app: in GimpToolTransformGrid, add NONE function
In GimpToolTransformGrid, allow setting "inside-function" and "outside-function" to a new NONE value, performing no transformation when dragging the respective area.
This commit is contained in:
@ -177,6 +177,7 @@ GType gimp_transform_function_get_type (void) G_GNUC_CONST;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
GIMP_TRANSFORM_FUNCTION_NONE,
|
||||
GIMP_TRANSFORM_FUNCTION_MOVE,
|
||||
GIMP_TRANSFORM_FUNCTION_SCALE,
|
||||
GIMP_TRANSFORM_FUNCTION_ROTATE,
|
||||
|
Reference in New Issue
Block a user