[ 1890205 ] VNumber show wrong value when save modified record using F4

This commit is contained in:
Heng Sin Low 2008-02-09 17:10:07 +00:00
parent 23e35757c4
commit b5b8dacf92
1 changed files with 4 additions and 2 deletions

View File

@ -547,13 +547,15 @@ public final class VNumber extends JComponent
*/ */
public void focusLost (FocusEvent e) public void focusLost (FocusEvent e)
{ {
// log.finest(e.toString());
// APanel - Escape // APanel - Escape
// hengsin: bug [ 1890205 ]
/*
if (e.getOppositeComponent() instanceof AGlassPane) if (e.getOppositeComponent() instanceof AGlassPane)
{ {
m_text.setText(m_initialText); m_text.setText(m_initialText);
return; return;
} }*/
Object oo = getValue(); Object oo = getValue();
if (m_rangeSet) if (m_rangeSet)
{ {