parent
8461f47dfb
commit
cd64057b3d
|
@ -1218,7 +1218,7 @@ public class VLookup extends JComponent
|
||||||
return;
|
return;
|
||||||
|
|
||||||
//avoid repeated query
|
//avoid repeated query
|
||||||
if (m_lookup.isValidated() && !m_lookup.hasInactive())
|
if (m_lookup.isValidated() && m_lookup.isLoaded())
|
||||||
{
|
{
|
||||||
m_haveFocus = true;
|
m_haveFocus = true;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue