[ 1646152 ] Shortcut Alt-Down not saving when model class doesn't exist

This commit is contained in:
Heng Sin Low 2008-01-24 18:43:40 +00:00
parent 51f916f51c
commit a1cc40c5b6
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ public final class VNumber extends JComponent
fireActionPerformed();
}
else // indicate change
fireVetoableChange (m_columnName, m_oldText, null);
fireVetoableChange (m_columnName, m_oldText, getValue());
}
catch (PropertyVetoException pve) {}
m_setting = false;