Skip to content

Commit

Permalink
Refs #8020. Make it possible to load after loading error.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Jan 27, 2014
1 parent b73be60 commit 1205de2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp
Expand Up @@ -1799,8 +1799,9 @@ void MuonAnalysis::inputFileChanged(const QStringList& files)
catch(std::exception& e)
{
QMessageBox::warning(this,"Mantid - MuonAnalysis", e.what());
m_updating = false;
m_uiForm.tabWidget->setTabEnabled(3, true);
}

}

/**
Expand Down

0 comments on commit 1205de2

Please sign in to comment.