[ 1892439 ] Callout not invoke for changes to existing ASI
This commit is contained in:
parent
911d7e4f3e
commit
95db1b9d11
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue