added limited queue

This commit is contained in:
fourtf
2017-02-02 20:35:12 +01:00
parent 5390272279
commit 93660233fd
10 changed files with 191 additions and 46 deletions
+2 -2
View File
@@ -63,8 +63,6 @@ public:
value = std::max(this->minimum,
std::min(this->maximum - this->largeChange, value));
this->desiredValue = value;
if (this->desiredValue != value) {
if (animated) {
this->currentValueAnimation.stop();
@@ -78,6 +76,8 @@ public:
this->setCurrentValue(value);
}
}
this->desiredValue = value;
}
qreal