[ 1646152 ] Shortcut Alt-Down not saving when model class doesn't exist
This commit is contained in:
parent
51f916f51c
commit
a1cc40c5b6
|
@ -522,7 +522,7 @@ public final class VNumber extends JComponent
|
||||||
fireActionPerformed();
|
fireActionPerformed();
|
||||||
}
|
}
|
||||||
else // indicate change
|
else // indicate change
|
||||||
fireVetoableChange (m_columnName, m_oldText, null);
|
fireVetoableChange (m_columnName, m_oldText, getValue());
|
||||||
}
|
}
|
||||||
catch (PropertyVetoException pve) {}
|
catch (PropertyVetoException pve) {}
|
||||||
m_setting = false;
|
m_setting = false;
|
||||||
|
|
Loading…
Reference in New Issue