app: fix tool->progress_cancelable assignment in gimp_tool_progress_start()
dunno if any of the tool bugs was caused by this, but it was clearly broken.
This commit is contained in:
parent
cb066484d2
commit
8d857cea86
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ gimp_tool_progress_start (GimpProgress *progress,
|
|||
G_CALLBACK (gimp_tool_progress_key_press),
|
||||
tool);
|
||||
|
||||
tool->progress_cancelable;
|
||||
tool->progress_cancelable = cancelable;
|
||||
|
||||
return progress;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue