Update scene size after full parse.
--HG-- branch : feature
This commit is contained in:
parent
e974f75b51
commit
c48dc6b4a2
|
@ -2713,6 +2713,9 @@ void MainWindow::FullParseFile()
|
|||
patternReadOnly = doc->IsReadOnly();
|
||||
SetEnableWidgets(true);
|
||||
detailsWidget->UpdateList();
|
||||
|
||||
VMainGraphicsView::NewSceneRect(sceneDraw, qApp->getSceneView());
|
||||
VMainGraphicsView::NewSceneRect(sceneDetails, qApp->getSceneView());
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user