src/document.cpp

changeset 117
121a40d5e34c
parent 111
1f42c03fafca
child 118
8e1c9f18ae15
--- a/src/document.cpp	Tue Jul 27 12:44:54 2021 +0300
+++ b/src/document.cpp	Tue Jul 27 13:23:34 2021 +0300
@@ -33,7 +33,8 @@
 	colorTable{colorTable},
 	renderer{new Canvas{model, documents, colorTable, this}},
 	ui{*new Ui::Document},
-	objectEditor{model, ldraw::NULL_ID, this}
+	objectEditor{model, ldraw::NULL_ID, this},
+	vertexMap{model}
 {
 	this->ui.setupUi(this);
 	this->ui.listView->setModel(model);

mercurial