From 9b57b98a934742d41ecab69ae38e0f3d01749a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Wed, 16 Jul 2014 11:58:40 +0200 Subject: [PATCH] No point doing this: editing extended partitions is not supported for now --- src/modules/partition/CreatePartitionDialog.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/partition/CreatePartitionDialog.cpp b/src/modules/partition/CreatePartitionDialog.cpp index 3fc337154..72e62f284 100644 --- a/src/modules/partition/CreatePartitionDialog.cpp +++ b/src/modules/partition/CreatePartitionDialog.cpp @@ -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() ) );