mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix typo in swipe-to-reply through QWheelEvent.
This commit is contained in:
parent
dc2f59ca24
commit
6c5036ee8d
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ void SetupSwipeHandler(
|
||||||
if (cancel) {
|
if (cancel) {
|
||||||
processEnd();
|
processEnd();
|
||||||
} else {
|
} else {
|
||||||
const auto invert = (w->inverted() ? 1 : 0);
|
const auto invert = (w->inverted() ? -1 : 1);
|
||||||
updateWith({
|
updateWith({
|
||||||
.globalCursor = w->globalPosition().toPoint(),
|
.globalCursor = w->globalPosition().toPoint(),
|
||||||
.position = QPointF(),
|
.position = QPointF(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue