Minor fix in --crop preview

This commit is contained in:
David Capello 2016-06-01 19:33:26 -03:00
parent 1144e392e0
commit 31871e89a4

View File

@ -85,7 +85,7 @@ void PreviewCliDelegate::saveFile(const CliOpenFile& cof)
<< cof.document->sprite()->height() << "\n";
if (!cof.crop.isEmpty()) {
std::cout << " - Crop: '"
std::cout << " - Crop: "
<< cof.crop.x << ","
<< cof.crop.y << " "
<< cof.crop.w << "x"