Normand Briere
2019-08-28 47745d8ade7238a188f7ab78eaf5e8a269d96fdd
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;
....@@ -876,7 +877,7 @@
876877 }
877878 catch (Exception e)
878879 {
879
- System.err.println("FAILED: " + this);
880
+ // System.err.println("FAILED: " + this);
880881 failedPigment = true;
881882 }
882883