]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/diagram/participant/ElementPainter.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / diagram / participant / ElementPainter.java
index ba575c630ffb1aff08024fe8e482d2f5423c8116..1f2bd210257aacb2779e6e7d002a2a43dccb362e 100644 (file)
@@ -140,7 +140,7 @@ public class ElementPainter extends AbstractDiagramParticipant implements Compos
                 final AffineTransform transform, final Rectangle2D bounds, final Color color);
     }
 
-    private static final boolean DEBUG                  = false;
+    private static final boolean DEBUG                  = true;
 
     public static final int      ELEMENT_PAINT_PRIORITY = 10;