mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Keep track of previous spinbox value.
This commit is contained in:
parent
cd94768850
commit
1f664f1eec
2 changed files with 7 additions and 0 deletions
|
@ -71,6 +71,7 @@ private:
|
|||
void doAlignAndUpdatePartResizerWidget( qint64 fistSector, qint64 lastSector );
|
||||
|
||||
bool m_dirty = false;
|
||||
qint64 m_currentSpinBoxValue = -1;
|
||||
|
||||
private Q_SLOTS:
|
||||
void updatePartResizerWidget();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue