mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Update PartitionPage.cpp
increase readability.
This commit is contained in:
parent
2050ce97d7
commit
a25a0ffa2c
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ PartitionPage::onRevertClicked()
|
||||||
} ),
|
} ),
|
||||||
[ this ]{
|
[ this ]{
|
||||||
m_lastSelectedBootLoaderIndex = -1;
|
m_lastSelectedBootLoaderIndex = -1;
|
||||||
if( !m_ui->bootLoaderComboBox->currentIndex() >= 0 ) {
|
if( m_ui->bootLoaderComboBox->currentIndex() < 0 ) {
|
||||||
m_ui->bootLoaderComboBox->setCurrentIndex( 0 );
|
m_ui->bootLoaderComboBox->setCurrentIndex( 0 );
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue