ossp-pkg/as/as-gui/as_table.cpp 1.7 -> 1.8
--- as_table.cpp 2002/12/09 16:44:37 1.7
+++ as_table.cpp 2002/12/10 12:06:56 1.8
@@ -46,7 +46,7 @@
else if (pEvent->type() == QEvent::KeyPress) {
if (((QKeyEvent *)pEvent)->key() == Qt::Key_Tab) { // Handle tab key
if (this->getEdition() >= 0) {
- int nColadvance = ((currentColumn() + 1) % TITRAQ_IDXEND);
+ int nColadvance = ((currentColumn() + 1) % TITRAQ_IDXTAIL);
if (nColadvance == 0) // Advance the column and possibly the row too
this->setCurrentCell(currentRow() + 1, nColadvance);
else
|
|