Skip to content
Snippets Groups Projects
Commit 7a03dc10 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Update fields when the default filesystem is chosen.

parent fe107ac7
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,7 @@ CreatePartitionDialog::CreatePartitionDialog( Device* device, PartitionNode* par ...@@ -103,6 +103,7 @@ CreatePartitionDialog::CreatePartitionDialog( Device* device, PartitionNode* par
// Select a default // Select a default
m_ui->fsComboBox->setCurrentIndex( defaultFsIndex ); m_ui->fsComboBox->setCurrentIndex( defaultFsIndex );
updateMountPointUi();
setupFlagsList(); setupFlagsList();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment