Reset filesystem combo box to current filesystem if going back to "Keep"
This commit is contained in:
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…
Reference in New Issue
Block a user