From 3966454055db8e04700e881a091c2d33dcfda232 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 30 Sep 2019 19:22:19 -0400
Subject: [PATCH] tab index

---
 GroupEditor.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/GroupEditor.java b/GroupEditor.java
index 0ef6314..949d4b1 100644
--- a/GroupEditor.java
+++ b/GroupEditor.java
@@ -5417,6 +5417,10 @@
                             
                         if (tps != null && tps.length == 1)
                         {
+                            int tabIndex = ((Object3D)group.selection.elementAt(0)).tabIndex;
+                            if (tabIndex > 0)
+                                objectTabbedPane.setSelectedIndex(tabIndex-1);
+                            
                             EditSelection(false);
                         }
                         

--
Gitblit v1.6.2