2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix volume saving to settings.

This commit is contained in:
John Preston
2019-03-12 09:09:53 +04:00
parent 6afb3f70bb
commit 846499a4fb
9 changed files with 95 additions and 83 deletions

View File

@@ -50,7 +50,7 @@ QRect ContinuousSlider::getSeekRect() const {
}
void ContinuousSlider::setValue(float64 value) {
setValue(value, value);
setValue(value, -1);
}
void ContinuousSlider::setValue(float64 value, float64 receivedTill) {