Added session selection id in ExportDialog

This commit is contained in:
Mathieu Labbe
2015-04-16 13:44:54 -04:00
parent 32f7a6665e
commit b48bd7cf70
5 changed files with 79 additions and 5 deletions

View File

@@ -375,8 +375,6 @@ void ImageView::paintEvent(QPaintEvent *event)
{
if(!_graphicsView->scene()->sceneRect().isNull())
{
UWARN("rect= %d %d", event->rect().width(), event->rect().height());
//Scale
float ratio, offsetX, offsetY;
this->computeScaleOffsets(event->rect(), ratio, offsetX, offsetY);