OHP3D.cpp
branchv_0
changeset 40 df1376ef9f6d
parent 38 808f05faab30
--- a/OHP3D.cpp	Sat Jan 06 01:06:28 2024 +0100
+++ b/OHP3D.cpp	Fri Jan 12 00:45:40 2024 +0100
@@ -641,6 +641,7 @@
 		// TODO: reload only changed document
 		textures.clear();
 		loadDocuments(false);
+		loadVertices(); // aspect ration or page count may change
 	}
 	return hasChanges;
 }