Looks like this should just return if it can't get the value, rather than

set the (possibly non-nullable) value to null.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6175 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2010-10-05 21:03:09 +00:00
parent 26d497861f
commit ba118de010
@@ -124,6 +124,7 @@ public abstract class FieldEditor extends JPanel
value = getDisplayValue();
} catch (Exception e) {
updateBorder(true);
return;
}
// submit an attribute changed event with the new value