mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
Reset ReplacePage when going back from the next one.
This commit is contained in:
parent
55b93091e6
commit
cf3359bdb4
2 changed files with 12 additions and 0 deletions
|
@ -385,6 +385,17 @@ PartitionViewStep::isAtEnd() const
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
PartitionViewStep::onActivate()
|
||||
{
|
||||
// if we're coming back to PVS from the next VS
|
||||
if ( m_widget->currentWidget() == m_replacePage )
|
||||
{
|
||||
m_replacePage->reset();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
PartitionViewStep::onLeave()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue