From d7a17c35c443e2cb6c09eaa3cfeaf590a571faa1 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Wed, 17 Jul 2019 20:15:40 -0400
Subject: [PATCH] Version slider

---
 Object3D.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Object3D.java b/Object3D.java
index b3a45b6..f8d6c9c 100644
--- a/Object3D.java
+++ b/Object3D.java
@@ -219,6 +219,8 @@
 //            o.bRep.support = null;
 //        }
         o.selection = this.selection;
+        o.versions = this.versions;
+        o.versionindex = this.versionindex;
         
         if (this.support != null)
         {
@@ -274,6 +276,9 @@
         }
         
         this.selection = o.selection;
+        
+        this.versions = o.versions;
+        this.versionindex = o.versionindex;
 // July 2019        if (this.bRep != null)
 //            this.bRep.support = o.transientrep;
     //    this.support = o.support;

--
Gitblit v1.6.2