# HG changeset patch # User František Kučera # Date 1705016740 -3600 # Node ID df1376ef9f6d3aa7a2dcbf60640881dacf28d7fd # Parent 2068a992e97e64f337b06a1d3c4cd89c5016d0b9 reload document: aspect ration or page count may change diff -r 2068a992e97e -r df1376ef9f6d OHP3D.cpp --- 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; }