mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Don't rely on the activated signal in ReplacePage.
This commit is contained in:
parent
a7b4c01ec0
commit
c21f426dee
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ReplacePage::ReplacePage( PartitionCoreModule* core, QWidget* parent )
|
|||
updateFromCurrentDevice();
|
||||
} );
|
||||
|
||||
connect( m_ui->partitionTreeView, &QAbstractItemView::activated,
|
||||
connect( m_ui->partitionTreeView->selectionModel(), &QItemSelectionModel::currentRowChanged,
|
||||
this, &ReplacePage::onPartitionViewActivated );
|
||||
|
||||
CALAMARES_RETRANSLATE(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue