Skip to content

Commit bc1131e

Browse files
committed
MAINT: change missing conditions
1 parent f1926f3 commit bc1131e

File tree

1 file changed

+1
-1
lines changed
  • applications/mne_scan/plugins/tmsi

1 file changed

+1
-1
lines changed

applications/mne_scan/plugins/tmsi/tmsi.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ void TMSI::run()
634634
void TMSI::showImpedanceDialog()
635635
{
636636
// Open Impedance dialog only if no sampling process is active
637-
if(!this->isRunning()) {
637+
if(!m_bProcessOutput) {
638638
if(m_pTmsiImpedanceWidget == NULL) {
639639
m_pTmsiImpedanceWidget = QSharedPointer<TMSIImpedanceWidget>(new TMSIImpedanceWidget(this));
640640
}

0 commit comments

Comments
 (0)