Updated code taking into account Adam's comments + bugfix

This commit is contained in:
Hombre
2016-02-13 17:54:47 +01:00
parent 4665b88788
commit de7c6d773a
13 changed files with 539 additions and 571 deletions

View File

@@ -92,7 +92,7 @@ public:
return cropImageListener;
}
void update (int todo);
void setWindow (int cropX, int cropY, int cropW, int cropH, int canvasX, int canvasY, int canvasW, int canvasH, int skip)
void setWindow (int cropX, int cropY, int cropW, int cropH, int skip)
{
setCropSizes (cropX, cropY, cropW, cropH, skip, false);
}