Normand Briere
2019-07-18 d7a17c35c443e2cb6c09eaa3cfeaf590a571faa1
Object3D.java
....@@ -219,6 +219,8 @@
219219 // o.bRep.support = null;
220220 // }
221221 o.selection = this.selection;
222
+ o.versions = this.versions;
223
+ o.versionindex = this.versionindex;
222224
223225 if (this.support != null)
224226 {
....@@ -274,6 +276,9 @@
274276 }
275277
276278 this.selection = o.selection;
279
+
280
+ this.versions = o.versions;
281
+ this.versionindex = o.versionindex;
277282 // July 2019 if (this.bRep != null)
278283 // this.bRep.support = o.transientrep;
279284 // this.support = o.support;