--- qsampler/trunk/src/qsamplerChannel.cpp 2005/08/28 22:42:21 766 +++ qsampler/trunk/src/qsamplerChannel.cpp 2005/08/30 09:52:46 767 @@ -868,6 +868,14 @@ } +// Commit any pending editing. +void qsamplerChannelRoutingTable::flush (void) +{ + if (QTable::isEditing()) + QTable::endEdit(QTable::currEditRow(), QTable::currEditCol(), true, true); +} + + //------------------------------------------------------------------------- // qsamplerChannelRoutingComboBox - Custom combo box for routing table. //