Fix next status handling.
This commit is contained in:
parent
b5882a75d1
commit
8525cefb6b
@ -515,7 +515,7 @@ ChoicePage::doAlongsideSetupSplitter( const QModelIndex& current,
|
|||||||
Calamares::Branding::instance()->
|
Calamares::Branding::instance()->
|
||||||
string( Calamares::Branding::ProductName ) );
|
string( Calamares::Branding::ProductName ) );
|
||||||
|
|
||||||
setNextEnabled( !m_beforePartitionBarsView->selectionModel()->selectedRows().isEmpty() );
|
setNextEnabled( m_beforePartitionBarsView->selectionModel()->currentIndex().isValid() );
|
||||||
|
|
||||||
cDebug() << "Partition selected for Alongside.";
|
cDebug() << "Partition selected for Alongside.";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user