mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Reset previous spinBox value on resizer widget reset.
This commit is contained in:
parent
1f664f1eec
commit
a96b7c1596
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ PartitionSizeController::setPartResizerWidget( PartResizerWidget* widget, bool f
|
|||
disconnect( m_partResizerWidget, 0, this, 0 );
|
||||
|
||||
m_dirty = false;
|
||||
m_currentSpinBoxValue = -1;
|
||||
|
||||
// Update partition filesystem. This must be done *before* the call to
|
||||
// PartResizerWidget::init() otherwise it will be ignored by the widget.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue