No point doing this: editing extended partitions is not supported for now

This commit is contained in:
Aurélien Gâteau 2014-07-16 11:58:40 +02:00
parent 846812f49b
commit 9b57b98a93

View File

@ -190,9 +190,6 @@ CreatePartitionDialog::initFromPartitionInfo( PartitionInfo* partitionInfo )
initSectorRange( partition );
if ( isExtended )
m_ui->extendedRadioButton->setChecked( true );
// Size
m_ui->sizeSpinBox->setValue( mbSizeForSectorRange( partition->firstSector(), partition->lastSector() ) );