ossp-pkg/as/as-gui/as_gui.cpp 1.20 -> 1.21
--- as_gui.cpp 2002/11/24 23:11:56 1.20
+++ as_gui.cpp 2002/11/26 14:10:32 1.21
@@ -11,7 +11,6 @@
m_pDeletebutton->setPaletteBackgroundColor(QColor(196, 196, 176));
m_pWritebutton->setPaletteBackgroundColor(QColor(206, 192, 176));
m_pQuitbutton->setPaletteBackgroundColor(QColor(196, 196, 176));
- m_pMaintable->setCurrentCell(0, 0); // Set the initial focus
m_pMaintable->setFocus(); // Focus on the table
}
|
|