[Github-comments] [geany/geany] Make sure GDK_MOD2_MASK is cleared when getting modifiers (#1636)
Jiří Techet
notifications at xxxxx
Thu Oct 12 22:49:38 UTC 2017
techee commented on this pull request.
> mods |= GEANY_PRIMARY_MOD_MASK;
+ mods &= ~GDK_MOD2_MASK;
Yep, the original version is better so dummies like me who don't know priorities don't get confused :-).
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1636#discussion_r144429408
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171012/68774be5/attachment.html>
More information about the Github-comments
mailing list