From 4a303a7b3635adfee8f46ac76af4e1b7b4a7029b Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 08 Sep 2019 15:35:13 -0400
Subject: [PATCH] Fix navigation arrows.

---
 ObjEditor.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ObjEditor.java b/ObjEditor.java
index 44ad97c..facfbbe 100644
--- a/ObjEditor.java
+++ b/ObjEditor.java
@@ -4407,6 +4407,9 @@
         }
         
         ResetModel();
+        
+        DuplicateVersion();
+        
         this.SetVersionStates();
         objEditor.refreshContents();
     }

--
Gitblit v1.6.2