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:
@@ -124,6 +124,7 @@ public abstract class FieldEditor extends JPanel
|
|||||||
value = getDisplayValue();
|
value = getDisplayValue();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
updateBorder(true);
|
updateBorder(true);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// submit an attribute changed event with the new value
|
// submit an attribute changed event with the new value
|
||||||
|
|||||||
Reference in New Issue
Block a user