Reapply the action choice instead.

This commit is contained in:
Teo Mrnjavac 2016-06-29 18:46:02 +02:00
parent b2b202d190
commit 2c68802446
3 changed files with 4 additions and 7 deletions

View file

@ -368,8 +368,10 @@ void
PartitionViewStep::onActivate()
{
// if we're coming back to PVS from the next VS
if ( m_widget->currentWidget() == m_choicePage )
if ( m_widget->currentWidget() == m_choicePage &&
m_choicePage->currentChoice() == ChoicePage::Alongside )
{
m_choicePage->applyActionChoice( ChoicePage::Alongside );
// m_choicePage->reset();
//FIXME: ReplaceWidget should be reset maybe?
}