We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1926f3 commit bc1131eCopy full SHA for bc1131e
applications/mne_scan/plugins/tmsi/tmsi.cpp
@@ -634,7 +634,7 @@ void TMSI::run()
634
void TMSI::showImpedanceDialog()
635
{
636
// Open Impedance dialog only if no sampling process is active
637
- if(!this->isRunning()) {
+ if(!m_bProcessOutput) {
638
if(m_pTmsiImpedanceWidget == NULL) {
639
m_pTmsiImpedanceWidget = QSharedPointer<TMSIImpedanceWidget>(new TMSIImpedanceWidget(this));
640
}
0 commit comments