Update last page status.
This commit is contained in:
parent
d258837f04
commit
071c02086a
@ -334,7 +334,8 @@ PartitionViewStep::isAtEnd() const
|
|||||||
{
|
{
|
||||||
if ( m_choicePage == m_widget->currentWidget() )
|
if ( m_choicePage == m_widget->currentWidget() )
|
||||||
{
|
{
|
||||||
if ( m_choicePage->currentChoice() == ChoicePage::Erase )
|
if ( m_choicePage->currentChoice() == ChoicePage::Erase ||
|
||||||
|
m_choicePage->currentChoice() == ChoicePage::Replace )
|
||||||
return true;
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user