[partition] No need to re-query the current choice

main
Adriaan de Groot 6 years ago
parent aef61a42bc
commit b913753831

@ -514,7 +514,7 @@ ChoicePage::applyActionChoice( ChoicePage::InstallChoice choice )
case Manual:
break;
}
updateActionChoicePreview( currentChoice() );
updateActionChoicePreview( choice );
}

Loading…
Cancel
Save