massive reworking of Box.java
[org.ibex.core.git] / src / org / ibex / core / Template.java
index c9fe9a3..62e7093 100644 (file)
@@ -66,12 +66,12 @@ public class Template {
             apply(b, null);
         } catch (IOException e) {
             b.clear(Box.VISIBLE);
-            b.mark_for_repack();
+            b.RECONSTRAIN();
             Log.warn(this, e);
             throw new JSExn(e.toString());
         } catch (JSExn e) {
             b.clear(Box.VISIBLE);
-            b.mark_for_repack();
+            b.RECONSTRAIN();
             Log.warn(this, e);
             throw e;
         }