--- qsampler/trunk/src/qsamplerDevice.cpp 2005/03/09 16:44:04 433 +++ qsampler/trunk/src/qsamplerDevice.cpp 2005/03/09 17:23:57 434 @@ -404,7 +404,7 @@ qsamplerDeviceParamMap::ConstIterator iter; for (iter = params.begin(); iter != params.end(); ++iter) { const qsamplerDeviceParam& param = iter.data(); - bool fEnabled = (device.deviceID() < 0 || param.fix); + bool fEnabled = (device.deviceID() < 0 || !param.fix); QTable::setText(iRow, 0, param.description); if (param.type == LSCP_TYPE_BOOL) { QStringList opts;