Fix for #11640 - Can't mousewheel scroll through drop-down menus anymore

Note: Related code was just mistakenly commented
This commit is contained in:
YuSanka 2023-11-13 10:53:31 +01:00
parent 0ebb85418b
commit c179e8250e

View File

@ -7,8 +7,8 @@
BEGIN_EVENT_TABLE(ComboBox, TextInput)
EVT_LEFT_DOWN(ComboBox::mouseDown)
//EVT_MOUSEWHEEL(ComboBox::mouseWheelMoved)
EVT_LEFT_DOWN(ComboBox::mouseDown)
EVT_MOUSEWHEEL(ComboBox::mouseWheelMoved)
EVT_KEY_DOWN(ComboBox::keyDown)
// catch paint events