mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -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 );
|
disconnect( m_partResizerWidget, 0, this, 0 );
|
||||||
|
|
||||||
m_dirty = false;
|
m_dirty = false;
|
||||||
|
m_currentSpinBoxValue = -1;
|
||||||
|
|
||||||
// Update partition filesystem. This must be done *before* the call to
|
// Update partition filesystem. This must be done *before* the call to
|
||||||
// PartResizerWidget::init() otherwise it will be ignored by the widget.
|
// PartResizerWidget::init() otherwise it will be ignored by the widget.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue