mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset fe9dcdf48551 (bug 879374) for mochitest-3 crashes.
This commit is contained in:
parent
6575602183
commit
5c3a853c0c
@ -4600,10 +4600,6 @@ static int32_t RoundUp(double aDouble)
|
||||
mouseEvent->buttons |= nsMouseEvent::e5thButtonFlag;
|
||||
}
|
||||
|
||||
if ([aMouseEvent subtype] == NSTabletPointEventSubtype) {
|
||||
mouseEvent->pressure = [aMouseEvent pressure];
|
||||
}
|
||||
|
||||
NS_OBJC_END_TRY_ABORT_BLOCK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user