mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Clear mountPoint string when selecting a non-mountable filesystem type.
CAL-249 #close I pushed a fix, please test and reopen if still broken.
This commit is contained in:
parent
b85e2d777e
commit
3326ec4ace
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ CreatePartitionDialog::updateMountPointUi()
|
||||||
}
|
}
|
||||||
m_ui->mountPointLabel->setEnabled( enabled );
|
m_ui->mountPointLabel->setEnabled( enabled );
|
||||||
m_ui->mountPointComboBox->setEnabled( enabled );
|
m_ui->mountPointComboBox->setEnabled( enabled );
|
||||||
|
if ( !enabled )
|
||||||
|
m_ui->mountPointComboBox->setCurrentText( QString() );
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue