ossp-pkg/as/as-gui/as_dataop.cpp 1.35 -> 1.36
--- as_dataop.cpp 2003/01/27 17:56:56 1.35
+++ as_dataop.cpp 2003/01/28 17:33:55 1.36
@@ -294,6 +294,7 @@
m_pMaintable->setUpdatesEnabled(true); // Update and repaint
m_pMaintable->setNumRows(nIter); // No excess rows
m_pMaintable->setCurrentCell(nIter - 1, 0); // Move focus to last row
+ m_pMaintable->ensureCellVisible(nIter - 1, 0); // Scroll please
if (!bValid)
throw Genexcept("Warning: invalid accounting data.");
|
|