Skip to content

Commit 98699ab

Browse files
committed
MAINT: change missing conditions
1 parent b19f682 commit 98699ab

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/applications/mne_scan/plugins/tmsi/tmsi.cpp

Lines changed: 1 addition & 1 deletion
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)