[ 1705922 ] Problems with Circular Callout (Heng Sin)

This commit is contained in:
Carlos Ruiz 2007-04-25 05:59:47 +00:00
parent 2be2e6be86
commit 07959ec625
1 changed files with 2 additions and 1 deletions

View File

@ -661,7 +661,8 @@ public class VLookup extends JComponent
{
// happens if VLookup is used outside of APanel/GridController (no property listener)
log.fine(m_columnName + " - Value explicitly set - new=" + value + ", old=" + m_value);
setValue(value);
if (getListeners(PropertyChangeListener.class).length <= 0)
setValue(value);
}
} // actionCombo