Normand Briere
2019-08-18 66aca73cce89e4b4d7521862760edf4b0888bc38
Composite.java
....@@ -401,7 +401,6 @@
401401 {
402402 child = (Object3D) e.nextElement();
403403 }
404
-
405404 }
406405
407406 void createEditWindow(GroupEditor callee, boolean newWindow) //, boolean root)
....@@ -790,6 +789,8 @@
790789
791790 void draw(ClickInfo info, int level, boolean select)
792791 {
792
+ new Exception().printStackTrace();
793
+
793794 ClickInfo newInfo = new ClickInfo();
794795 newInfo.flags = info.flags;
795796 newInfo.bounds = info.bounds;