[ 1890205 ] VNumber show wrong value when save modified record using F4
This commit is contained in:
parent
23e35757c4
commit
b5b8dacf92
|
@ -547,13 +547,15 @@ public final class VNumber extends JComponent
|
|||
*/
|
||||
public void focusLost (FocusEvent e)
|
||||
{
|
||||
// log.finest(e.toString());
|
||||
// APanel - Escape
|
||||
// hengsin: bug [ 1890205 ]
|
||||
/*
|
||||
if (e.getOppositeComponent() instanceof AGlassPane)
|
||||
{
|
||||
m_text.setText(m_initialText);
|
||||
return;
|
||||
}
|
||||
}*/
|
||||
|
||||
Object oo = getValue();
|
||||
if (m_rangeSet)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue