IDEMPIERE-604 Error if window has more than 1000 rows. GridTab.getCurrentRow() should be a read only getter that doesn't modify the m_currentrow pointer.

This commit is contained in:
Heng Sin Low 2013-02-14 00:09:45 +08:00
parent 96630a54fc
commit 0fa32d3826
1 changed files with 0 additions and 2 deletions

View File

@ -2284,8 +2284,6 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
*/
public int getCurrentRow()
{
if (m_currentRow != verifyRow(m_currentRow))
setCurrentRow(m_mTable.getRowCount()-1, true);
return m_currentRow;
} // getCurrentRow