ossp-pkg/as/as-gui/as_slot.cpp 1.113 -> 1.114
--- as_slot.cpp 2003/02/06 15:55:01 1.113
+++ as_slot.cpp 2003/02/06 16:47:19 1.114
@@ -1082,7 +1082,8 @@
// pTask = static_cast<RtTableItem *>(m_pMaintable->item(m_pMaintable->currentRow(), TITRAQ_IDXTASK));
// pTask->setText(Taskup);
- m_pMaintable->setText(m_pMaintable->currentRow(), TITRAQ_IDXTASK, Taskup);
+ // Don't try to use the Taskup string, because it ignores autocompletion
+ m_pMaintable->setText(m_pMaintable->currentRow(), TITRAQ_IDXTASK, m_pTasks->currentText());
}
//
|
|