mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Some more ripple animations. Now only anim::value (float64).
Also each FloatAnimation now stops MTP responses. Also slide animations done by FloatAnimation. Closed beta 10019012.
This commit is contained in:
@@ -466,7 +466,7 @@ void Widget::moveByShift() {
|
||||
}
|
||||
|
||||
QPoint Widget::computePosition(int height) const {
|
||||
auto realShift = a_shift.current();
|
||||
auto realShift = qRound(a_shift.current());
|
||||
if (_direction == Direction::Up) {
|
||||
realShift = -realShift - height;
|
||||
}
|
||||
|
Reference in New Issue
Block a user