* refresh of combo doesn't work

This commit is contained in:
Heng Sin Low 2007-06-18 10:41:11 +00:00
parent 2958495619
commit d41823c1db
1 changed files with 2 additions and 0 deletions

View File

@ -561,6 +561,8 @@ public final class MLookup extends Lookup implements Serializable
return 0;
m_refreshing = true;
//force refresh
m_lookup.clear();
fillComboBox(isMandatory(), true, true, false);
m_refreshing = false;
return m_lookup.size();