Skip to content
Permalink
Browse files
Merge pull request #4 from brushtyler/release-1_7_0
fix #3800 for branch release-1_7_0
  • Loading branch information
timlinux committed May 6, 2011
2 parents 6c835b4 + 6941b54 commit 626f9dd
Showing 1 changed file with 1 addition and 1 deletion.
@@ -189,7 +189,7 @@ def getArguments(self):
mask = self.getMaskFileName()
if not mask.isEmpty():
arguments << "-q"
arguments << "-mask"
arguments << "-cutline"
arguments << mask
arguments << "-dstalpha"
if self.isBatchEnabled():

0 comments on commit 626f9dd

Please sign in to comment.