--- qsampler/trunk/src/qsamplerMainForm.cpp 2007/11/05 19:07:26 1473 +++ qsampler/trunk/src/qsamplerMainForm.cpp 2007/11/05 20:47:38 1474 @@ -2166,8 +2166,7 @@ } // Add a new channel itema... - Qt::WFlags wflags = Qt::WStyle_Customize | Qt::WStyle_Tool | Qt::WStyle_Title | Qt::WStyle_NoBorder; - pChannelStrip = new ChannelStrip(m_pWorkspace, wflags); + pChannelStrip = new ChannelStrip(m_pWorkspace); if (pChannelStrip == NULL) return NULL;