[partition] Avoid sneaking an empty string into the mount points combo
This commit is contained in:
parent
255a99d714
commit
323d20d1a5
@ -288,7 +288,7 @@ EditExistingPartitionDialog::updateMountPointPicker()
|
||||
m_ui->mountPointLabel->setEnabled( canMount );
|
||||
m_ui->mountPointComboBox->setEnabled( canMount );
|
||||
if ( !canMount )
|
||||
m_ui->mountPointComboBox->setCurrentText( QString() );
|
||||
setSelectedMountPoint( m_ui->mountPointComboBox, QString() );
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user