--- qsampler/trunk/src/qsamplerChannel.cpp 2005/08/28 11:44:10 759 +++ qsampler/trunk/src/qsamplerChannel.cpp 2005/08/28 12:15:16 760 @@ -875,7 +875,7 @@ // Constructor. qsamplerChannelRoutingComboBox::qsamplerChannelRoutingComboBox ( QTable *pTable, const QStringList& list, const QPixmap& pixmap ) - : QTableItem(pTable, QTableItem::OnTyping, QString::null, pixmap), + : QTableItem(pTable, QTableItem::WhenCurrent, QString::null, pixmap), m_list(list) { m_iCurrentItem = 0;