Normand Briere
2019-08-17 07c0c67b88160b51e61c5c1d2b9b602daafa44a9
GroupEditor.java
....@@ -1259,6 +1259,8 @@
12591259
12601260 CreateTexturePanel(textures);
12611261
1262
+ resourcecontainer.setSelectedIndex((int)(Math.random() * resourcecontainer.getTabCount()));
1263
+
12621264 oe.toolboxPanel.add(textures);
12631265
12641266 textures.preferredHeight = 100;