OSSP CVS Repository

ossp - Check-in [3839]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3839
Date: 2002-Dec-04 22:35:55 (local)
2002-Dec-04 21:35:55 (UTC)
User:ms
Branch:
Comment: Whoops, repaired reverse selection and then delete operation.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/as_slot.cpp      1.38 -> 1.39     1 inserted, 1 deleted

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

CVSTrac 2.0.1