Keep track of previous spinbox value.

This commit is contained in:
Teo Mrnjavac 2016-06-24 16:58:23 +02:00
parent cd94768850
commit 1f664f1eec
2 changed files with 7 additions and 0 deletions

View file

@ -71,6 +71,7 @@ private:
void doAlignAndUpdatePartResizerWidget( qint64 fistSector, qint64 lastSector );
bool m_dirty = false;
qint64 m_currentSpinBoxValue = -1;
private Q_SLOTS:
void updatePartResizerWidget();