From 66aca73cce89e4b4d7521862760edf4b0888bc38 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 17 Aug 2019 20:45:38 -0400
Subject: [PATCH] Tree icons, tabbed pane + credits.

---
 Composite.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Composite.java b/Composite.java
index 9244c31..4aa0f45 100644
--- a/Composite.java
+++ b/Composite.java
@@ -401,7 +401,6 @@
         {
             child = (Object3D) e.nextElement();
         }
-
     }
 
     void createEditWindow(GroupEditor callee, boolean newWindow) //, boolean root)
@@ -790,6 +789,8 @@
 
     void draw(ClickInfo info, int level, boolean select)
     {
+        new Exception().printStackTrace();
+        
         ClickInfo newInfo = new ClickInfo();
         newInfo.flags = info.flags;
         newInfo.bounds = info.bounds;

--
Gitblit v1.6.2