ossp-pkg/as/as-gui/as_slot.cpp 1.8 -> 1.9
--- as_slot.cpp 2002/11/22 19:42:25 1.8
+++ as_slot.cpp 2002/11/22 21:14:27 1.9
@@ -52,8 +52,8 @@
void Titraqform::newDoc(void)
{
// The only way in Qt 3.X to clear rows efficiently
- m_pMaintable->setNumRows(0); // Get rid of any data in table
- m_pMaintable->setNumRows(g_knBlocks); // ...and then add them back in
+ m_pMaintable->setNumRows(0); // Get rid of any data in table
+ m_pMaintable->setNumRows(1); // ...and then add them back in
}
//
|
|