Revision: 7730
Author: victormote
Date: 2006-06-19 17:37:56 -0700 (Mon, 19 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7730&view=rev
Log Message:
-----------
Turn table background processing back on.
Modified Paths:
--------------
trunk/foray/foray-render/src/java/org/foray/render/Renderer.java
Modified: trunk/foray/foray-render/src/java/org/foray/render/Renderer.java
===================================================================
--- trunk/foray/foray-render/src/java/org/foray/render/Renderer.java 2006-06-20 00:37:00 UTC (rev 7729)
+++ trunk/foray/foray-render/src/java/org/foray/render/Renderer.java 2006-06-20 00:37:56 UTC (rev 7730)
@@ -433,8 +433,8 @@
BackgroundArea[] backgroundAreas = area.getBackgroundAreas();
if (backgroundAreas != null) {
for (int i = 0; i < backgroundAreas.length; i++) {
-// BackgroundArea bga = backgroundAreas[i];
-// markBackground(bga);
+ BackgroundArea bga = backgroundAreas[i];
+ markBackground(bga);
}
}
/* TODO: Add logic that tries to paint the borders as efficiently
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|