app: don't hide the transformed layer for the flip tool
flip has no interaction.
This commit is contained in:
parent
fb9e957714
commit
0c98028f3b
1 changed files with 1 additions and 0 deletions
|
|
@ -1896,6 +1896,7 @@ gimp_transform_tool_hide_active_item (GimpTransformTool *tr_tool,
|
|||
/* hide only complete layers and channels, not layer masks */
|
||||
if (options->type == GIMP_TRANSFORM_TYPE_LAYER &&
|
||||
options->show_preview &&
|
||||
tr_tool->use_grid /* not for flip */ &&
|
||||
GIMP_IS_DRAWABLE (item) &&
|
||||
! GIMP_IS_LAYER_MASK (item) &&
|
||||
gimp_item_get_visible (item) &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue