ossp-pkg/as/as-gui/as_slot.cpp 1.38 -> 1.39
--- 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
|
|