Merged muonspin/musrfit:root6 into master

This commit is contained in:
Zaher Salman 2020-04-10 12:04:50 +02:00
commit a30ac29032
2 changed files with 2 additions and 1 deletions

View File

@ -262,7 +262,6 @@ bool PParamDataHandler::analyzeFileList(const QStringList &fln, QString &collect
bool PParamDataHandler::ReadParamFile(const QStringList fln, QString &errorMsg)
{
bool valid = true;
PmuppRun run;
PmuppCollection collection;
QString collName("");

View File

@ -990,9 +990,11 @@ void PmuppGui::remove()
updateXYList(fColList->currentRow());
// if there no collections left remove all the parameters from the X/Y list
// remove all fXY as well
if (fColList->count() == 0) {
fViewX->clear();
fViewY->clear();
fXY.clear();
return;
}