]> git.lizzy.rs Git - minetest.git/commit
Revert "GUIFormSpecMenu: Shift+Click listring workaround for MacOS"
authorSmallJoker <mk939@ymail.com>
Sun, 13 Dec 2020 17:25:13 +0000 (18:25 +0100)
committerlhofhansl <larsh@apache.org>
Mon, 14 Dec 2020 19:05:24 +0000 (11:05 -0800)
commitf2c8c6bf51e608ad6f71710032b8ae017b84fd3d
tree428d31e463cddbaf7db5f2866631f7fe7ef47f92
parente18b6c5a21880125284d2a1e9dfb5471d5bc2bec
Revert "GUIFormSpecMenu: Shift+Click listring workaround for MacOS"

The commit caused Shift-Clicking issues on Linux due to another Irrlicht bug where
KeyInput.Shift released keys do not trigger OnEvent()

MacOS users should build using a recent Irrlicht 1.8 development version.
See also: https://sourceforge.net/p/irrlicht/patches/321/
src/gui/guiFormSpecMenu.cpp