mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +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) {
|
||||
processEnd();
|
||||
} else {
|
||||
const auto invert = (w->inverted() ? 1 : 0);
|
||||
const auto invert = (w->inverted() ? -1 : 1);
|
||||
updateWith({
|
||||
.globalCursor = w->globalPosition().toPoint(),
|
||||
.position = QPointF(),
|
||||
|
|
Loading…
Add table
Reference in a new issue