[ 1705922 ] Problems with Circular Callout (Heng Sin)
This commit is contained in:
parent
2be2e6be86
commit
07959ec625
|
@ -661,7 +661,8 @@ public class VLookup extends JComponent
|
||||||
{
|
{
|
||||||
// happens if VLookup is used outside of APanel/GridController (no property listener)
|
// happens if VLookup is used outside of APanel/GridController (no property listener)
|
||||||
log.fine(m_columnName + " - Value explicitly set - new=" + value + ", old=" + m_value);
|
log.fine(m_columnName + " - Value explicitly set - new=" + value + ", old=" + m_value);
|
||||||
setValue(value);
|
if (getListeners(PropertyChangeListener.class).length <= 0)
|
||||||
|
setValue(value);
|
||||||
}
|
}
|
||||||
} // actionCombo
|
} // actionCombo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue