Always show encrypt widget for Replace.
This commit is contained in:
parent
4113207e00
commit
fd2d24d650
@ -818,9 +818,9 @@ ChoicePage::updateActionChoicePreview( ChoicePage::Choice choice )
|
||||
break;
|
||||
}
|
||||
case Erase:
|
||||
m_encryptWidget->show();
|
||||
case Replace:
|
||||
{
|
||||
m_encryptWidget->show();
|
||||
m_previewBeforeLabel->setText( tr( "Current:" ) );
|
||||
m_afterPartitionBarsView = new PartitionBarsView( m_previewAfterFrame );
|
||||
m_afterPartitionBarsView->setNestedPartitionsMode( mode );
|
||||
|
Loading…
Reference in New Issue
Block a user