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

main
Adriaan de Groot 5 years ago
parent ef4c2666e1
commit 33fd5a1fad

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

Loading…
Cancel
Save