--- qsampler/trunk/src/qsamplerChannelStrip.ui.h 2004/06/09 20:24:48 119 +++ qsampler/trunk/src/qsamplerChannelStrip.ui.h 2004/06/14 21:05:20 127 @@ -499,8 +499,7 @@ void qsamplerChannelStrip::contextMenuEvent( QContextMenuEvent *pEvent ) { // We'll just show up the main form's edit menu. - m_pMainForm->stabilizeForm(); - m_pMainForm->editMenu->exec(pEvent->globalPos()); + m_pMainForm->contextMenuEvent(pEvent); }