Fix Bug [ 1763062 ] Zoom Accross not correct for high volume tables
This commit is contained in:
parent
e22dace233
commit
a981a77633
|
@ -172,6 +172,7 @@ public class AZoomAcross implements ActionListener
|
|||
KeyNamePair pp = new KeyNamePair (AD_Window_ID, Name + " (#"+count+")");
|
||||
m_list.add(pp);
|
||||
m_popup.add(pp.toString()).addActionListener(this);
|
||||
m_query.setRecordCount(count);
|
||||
return true;
|
||||
} // checkTarget
|
||||
|
||||
|
|
Loading…
Reference in New Issue