From c58f2a466a0febbae8a1a6607d9e64c2036f8dd8 Mon Sep 17 00:00:00 2001 From: LIghty Date: Sat, 24 Mar 2018 12:09:36 +0100 Subject: [PATCH] . --- src/menu/ncc/ItemVariable.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/menu/ncc/ItemVariable.cpp b/src/menu/ncc/ItemVariable.cpp index 67fe395d..c09970c0 100644 --- a/src/menu/ncc/ItemVariable.cpp +++ b/src/menu/ncc/ItemVariable.cpp @@ -67,7 +67,6 @@ bool ItemVariable::ConsumesKey(ButtonCode_t key) return true; if (key == ButtonCode_t::MOUSE_WHEEL_DOWN || key == ButtonCode_t::MOUSE_WHEEL_UP || - key == ButtonCode_t::KEY_LSHIFT || key == ButtonCode_t::KEY_LCONTROL || key >= ButtonCode_t::KEY_FIRST && key <= ButtonCode_t::KEY_BACKSPACE) return true; return false;