Added Export Scans dialog

This commit is contained in:
matlabbe
2016-03-14 17:27:53 -04:00
parent 04df6ba41c
commit 5c92025742
14 changed files with 1251 additions and 311 deletions

View File

@@ -726,9 +726,13 @@ void ImageView::setImage(const QImage & image)
this->updateOpacity();
}
}
else
if(image.rect().isValid())
{
this->setSceneRect(image.rect());
}
else if(!_graphicsView->isVisible())
{
this->update();
}
}