From 8ab19ced93903a0f6b88fdb7d5e7c9ac96a6eedd Mon Sep 17 00:00:00 2001 From: dismine Date: Fri, 4 Jul 2014 13:10:16 +0300 Subject: [PATCH] Set scene size to size scene view before creation first pattern piece. --HG-- branch : develop --- src/app/mainwindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index a12d1e99c..313aa3f33 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -163,6 +163,10 @@ void MainWindow::ActionNewPP() return; } } + + //Set scene size to size scene view + VAbstractTool::NewSceneRect(sceneDraw, view); + VAbstractTool::NewSceneRect(sceneDetails, view); } else {