Merge pull request #242 from tctara/patch-1
Increase PartitionPage readability.
This commit is contained in:
commit
e41836179c
@ -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…
Reference in New Issue
Block a user