Merge cppckeck2 branch into master

This commit is contained in:
heckflosse
2016-10-16 22:13:13 +02:00
34 changed files with 156 additions and 1024 deletions

View File

@@ -1111,7 +1111,7 @@ bool Crop::setCropSizes (int rcx, int rcy, int rcw, int rch, int skip, bool inte
PreviewProps cp (orx, ory, orw, orh, skip);
int orW, orH;
parent->imgsrc->getSize (tr, cp, orW, orH);
parent->imgsrc->getSize (cp, orW, orH);
int cw = SKIPS(bw, skip);
int ch = SKIPS(bh, skip);