[partition] Report a valid choice if a partition is selected

This commit is contained in:
Adriaan de Groot 2020-07-29 17:56:30 +02:00
parent ef4c2666e1
commit 33fd5a1fad

View File

@ -1460,6 +1460,7 @@ ChoicePage::calculateNextEnabled() const
cDebug() << "No partition selected";
return false;
}
enabled = true;
break;
case Erase:
case Manual: