From: megacz Date: Fri, 30 Jan 2004 06:49:35 +0000 (+0000) Subject: 2002/08/07 04:30:20 X-Git-Tag: RC3~1594 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=1434c5a47dc10768193c3d8cdf1552d509713c39 2002/08/07 04:30:20 darcs-hash:20040130064935-2ba56-8b104ce9cba87715a24c46ae36e3c5a18c5a9472.gz --- diff --git a/src/org/xwt/SpecialBoxProperty.java b/src/org/xwt/SpecialBoxProperty.java index f3993cc..cff3b5e 100644 --- a/src/org/xwt/SpecialBoxProperty.java +++ b/src/org/xwt/SpecialBoxProperty.java @@ -511,6 +511,7 @@ class SpecialBoxProperty { public Object get(Box b) { if (b.surface == null) return null; else if (b.getRoot() == null) return null; + else if (b.getParent() == null) return null; else return b.getRoot().getRootProxy(); } });