ossp-pkg/as/as-gui/as_slot.cpp 1.78 -> 1.79
--- as_slot.cpp 2003/01/16 08:37:40 1.78
+++ as_slot.cpp 2003/01/21 12:38:01 1.79
@@ -174,6 +174,7 @@
for (int nIter = m_pMaintable->currentRow(); nIter < m_pMaintable->numRows(); nIter++)
m_pMaintable->setText(nIter, TITRAQ_IDXLINE, QString::number(nIter).rightJustify(4, QChar('0')));
+ updEdit(Select.topRow()); // Reflect in the update controls
m_pStatusedit->setPixmap(QPixmap(s_kpcStatwarn_xpm)); // Show pixmap
// char szGuitext[37];
|
|