From ecc1309a04b527c62ffe97e814daf050dbd025cd Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 17 Aug 2019 04:13:32 -0400
Subject: [PATCH] Skin shader + material panel fix.

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

diff --git a/GroupEditor.java b/GroupEditor.java
index b81fe93..09250cb 100644
--- a/GroupEditor.java
+++ b/GroupEditor.java
@@ -1259,6 +1259,8 @@
                 
                 CreateTexturePanel(textures);
                 
+                resourcecontainer.setSelectedIndex((int)(Math.random() * resourcecontainer.getTabCount()));
+                
                 oe.toolboxPanel.add(textures);
                 
                 textures.preferredHeight = 100;

--
Gitblit v1.6.2