WIP: go to next page on next if erase selected.

main
Teo Mrnjavac 9 years ago
parent 32fd12d501
commit 0a72f22a34

@ -327,7 +327,11 @@ bool
PartitionViewStep::isAtEnd() const
{
if ( m_choicePage == m_widget->currentWidget() )
{
if ( m_choicePage->currentChoice() == ChoicePage::Erase )
return true;
return false;
}
return true;
}

Loading…
Cancel
Save