Used the wrong key button by accident

Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
This commit is contained in:
Evan Maddock 2019-08-06 15:23:22 -04:00
parent 9f15b1bcf2
commit 00c18b4c92
No known key found for this signature in database
GPG Key ID: 0305406A08B48987
1 changed files with 1 additions and 1 deletions

View File

@ -1870,7 +1870,7 @@ XWindowsScreen::mapButtonFromX(const XButtonEvent* event) const
case 8: // mouse button 4 case 8: // mouse button 4
return kButtonExtra0; return kButtonExtra0;
case 9: // mouse button 5 case 9: // mouse button 5
return kButtonExtra0; return kButtonExtra1;
default: // unknown button default: // unknown button
return kButtonNone; return kButtonNone;
} }