backed out broken part of 500 fix
authortupshin <tupshin@tupshin.com>
Mon, 22 Mar 2004 04:59:21 +0000 (04:59 +0000)
committertupshin <tupshin@tupshin.com>
Mon, 22 Mar 2004 04:59:21 +0000 (04:59 +0000)
darcs-hash:20040322045921-a9258-bae44a3d6dbc16af60a20b540d4346070e44a764.gz

src/org/ibex/Box.java

index f8b4bf5..313cefa 100644 (file)
@@ -697,7 +697,6 @@ public final class Box extends JSScope implements Scheduler.Task {
             fillcolor = newfillcolor;
         } else if(value instanceof JS) {
             texture = Picture.load((JS)value, this);
             fillcolor = newfillcolor;
         } else if(value instanceof JS) {
             texture = Picture.load((JS)value, this);
-            if (texture != null) perform();
         } else {
             throw new JSExn("fill must be null, a String, or a stream, not a " + value.getClass());
         }
         } else {
             throw new JSExn("fill must be null, a String, or a stream, not a " + value.getClass());
         }