GimpCageTool: don't allow to add handle after closing the cage

This commit is contained in:
Michael Muré 2010-08-10 00:58:24 +02:00
parent 81c948f196
commit 67c1981a40
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ gimp_cage_tool_button_press (GimpTool *tool,
HANDLE_SIZE);
}
if (ct->handle_moved < 0)
if (ct->handle_moved < 0 && !ct->cage_complete)
{
gimp_cage_config_add_cage_point (config,
coords->x,