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

This commit is contained in:
Adriaan de Groot 2019-01-21 08:54:09 -05:00
parent aef61a42bc
commit b913753831

View File

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