mirror of https://github.com/GNOME/gimp.git
fix typo on commit 5ae6c8b1b3
This commit is contained in:
parent
5ae6c8b1b3
commit
d36b18d7dc
|
@ -1797,7 +1797,7 @@ gimp_transform_tool_get_active_item (GimpTransformTool *tr_tool,
|
|||
if (selection_mask && gimp_channel_is_empty (selection_mask))
|
||||
return NULL;
|
||||
else
|
||||
return GIMP_ITEM (selection_mask));
|
||||
return GIMP_ITEM (selection_mask);
|
||||
}
|
||||
|
||||
case GIMP_TRANSFORM_TYPE_PATH:
|
||||
|
|
Loading…
Reference in New Issue