Make sure Alongside operation is applied.

This commit is contained in:
Teo Mrnjavac 2016-01-13 18:02:03 +01:00
parent 8525cefb6b
commit 26c89e6806

View File

@ -270,7 +270,6 @@ PartitionViewStep::next()
}
else if ( m_choicePage->currentChoice() == ChoicePage::Alongside )
{
m_choicePage->doAlongsideApply();
emit done();
return;
}
@ -353,7 +352,9 @@ PartitionViewStep::onActivate()
void
PartitionViewStep::onLeave()
{
if ( m_widget->currentWidget() == m_choicePage &&
m_choicePage->currentChoice() == ChoicePage::Alongside )
m_choicePage->doAlongsideApply();
}