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

This commit is contained in:
Teo Mrnjavac 2015-10-30 13:41:37 +01:00
parent 32fd12d501
commit 0a72f22a34

View File

@ -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;
}