fixes issue #24 reported on bitbucket.

This commit is contained in:
suter_a 2020-04-10 11:30:34 +02:00
parent e9a903fc11
commit 67848f5724

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;
}