Make sure Alongside operation is applied.
This commit is contained in:
parent
8525cefb6b
commit
26c89e6806
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user