[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: case Manual:
break; break;
} }
updateActionChoicePreview( currentChoice() ); updateActionChoicePreview( choice );
} }