mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Refresh summary widgets on leave.
This commit is contained in:
parent
2c68802446
commit
0f40e8f3fa
3 changed files with 9 additions and 1 deletions
|
@ -104,3 +104,10 @@ SummaryViewStep::onActivate()
|
|||
m_widget->onActivate();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
SummaryViewStep::onLeave()
|
||||
{
|
||||
m_widget->createContentWidget();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue