mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 09:51:59 +08:00
Fix for #11640 - Can't mousewheel scroll through drop-down menus anymore
Note: Related code was just mistakenly commented
This commit is contained in:
parent
0ebb85418b
commit
c179e8250e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user