Reset filesystem combo box to current filesystem if going back to "Keep"

main
Teo Mrnjavac 10 years ago
parent 49f470b503
commit 45aac4ea78

@ -71,6 +71,9 @@ EditExistingPartitionDialog::EditExistingPartitionDialog( Device* device, Partit
m_ui->fileSystemLabel->setEnabled( doFormat );
m_ui->fileSystemComboBox->setEnabled( doFormat );
if ( !doFormat )
m_ui->fileSystemComboBox->setCurrentText( m_partition->fileSystem().name() );
updateMountPointPicker();
} );

Loading…
Cancel
Save