mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
Trigger core reset when advancing to manual partitioning.
This commit is contained in:
parent
66d378d338
commit
86399ece26
2 changed files with 6 additions and 1 deletions
|
@ -264,7 +264,11 @@ PartitionViewStep::next()
|
|||
if ( m_choicePage == m_widget->currentWidget() )
|
||||
{
|
||||
if ( m_choicePage->currentChoice() == ChoicePage::Manual )
|
||||
{
|
||||
m_widget->setCurrentWidget( m_manualPartitionPage );
|
||||
if ( m_core->isDirty() )
|
||||
m_manualPartitionPage->onRevertClicked();
|
||||
}
|
||||
else if ( m_choicePage->currentChoice() == ChoicePage::Erase )
|
||||
{
|
||||
emit done();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue