]> git.lyx.org Git - features.git/commit
Ignore horizontal wheel scrolling in workarea
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 20 Sep 2018 21:21:41 +0000 (23:21 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 20 Sep 2018 21:25:42 +0000 (23:25 +0200)
commit2cfbc5ecf6e26da0ca3f61372e5373d1ef4f7ab7
treeafc0f1c5c16e0711dea7fae63a75d8f09eed6633
parent17576fb83b5a560fb8a1c59ca7051dcb2b165c05
Ignore horizontal wheel scrolling in workarea

We do not know what to do with horizontal scrolling events, so we ignore them.

Note that the code has to be different between Qt4 and Qt5.

Fixes bug #11257.
src/frontends/qt4/GuiWorkArea.cpp