Make sure Alongside operation is applied.

main
Teo Mrnjavac 9 years ago
parent 8525cefb6b
commit 26c89e6806

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

Loading…
Cancel
Save