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

Clear mountPoint string when selecting a non-mountable filesystem type.

CAL-249 #close I pushed a fix, please test and reopen if still broken.
parent b85e2d77
Branches
No related tags found
No related merge requests found
......@@ -160,6 +160,8 @@ CreatePartitionDialog::updateMountPointUi()
}
m_ui->mountPointLabel->setEnabled( enabled );
m_ui->mountPointComboBox->setEnabled( enabled );
if ( !enabled )
m_ui->mountPointComboBox->setCurrentText( QString() );
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment