Index: ossp-pkg/as/as-gui/as_slot.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_slot.cpp,v rcsdiff -q -kk '-r1.38' '-r1.39' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_slot.cpp,v' 2>/dev/null --- as_slot.cpp 2002/12/04 21:31:26 1.38 +++ as_slot.cpp 2002/12/04 21:35:55 1.39 @@ -135,7 +135,7 @@ // Remove the row at selection and focus to the next row if (m_pMaintable->currentRow() + 1 != m_pMaintable->numRows()) { - m_pMaintable->setCurrentCell(m_pMaintable->currentRow() + 1, m_pMaintable->currentColumn()); + m_pMaintable->setCurrentCell(Select.bottomRow() + 1, m_pMaintable->currentColumn()); m_pMaintable->removeRows(Rowselect); } else // Special case to handle removing of only row or last row