From c48dc6b4a23d35a49ace8cd930a3b806a1466c67 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 14 Jan 2017 11:52:39 +0200 Subject: [PATCH] Update scene size after full parse. --HG-- branch : feature --- src/app/valentina/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index ded62710f..412f16af2 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -2713,6 +2713,9 @@ void MainWindow::FullParseFile() patternReadOnly = doc->IsReadOnly(); SetEnableWidgets(true); detailsWidget->UpdateList(); + + VMainGraphicsView::NewSceneRect(sceneDraw, qApp->getSceneView()); + VMainGraphicsView::NewSceneRect(sceneDetails, qApp->getSceneView()); } //---------------------------------------------------------------------------------------------------------------------