[ 1892439 ] Callout not invoke for changes to existing ASI

This commit is contained in:
Heng Sin Low 2008-02-13 06:26:28 +00:00
parent 911d7e4f3e
commit 95db1b9d11
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ public class VPAttribute extends JComponent
log.log(Level.SEVERE, "", pve);
}
if (M_AttributeSetInstance_ID == oldValue)
m_GridTab.processCallout(m_GridField); // fire value changed
m_GridTab.processFieldChange(m_GridField); // fire value changed
} // change
m_button.setEnabled(true);
requestFocus();