This commit is contained in:
LIghty 2018-03-24 12:09:36 +01:00
parent ae403bc36a
commit c58f2a466a

View File

@ -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;