mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-02 17:00:41 +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)
|
BEGIN_EVENT_TABLE(ComboBox, TextInput)
|
||||||
|
|
||||||
EVT_LEFT_DOWN(ComboBox::mouseDown)
|
EVT_LEFT_DOWN(ComboBox::mouseDown)
|
||||||
//EVT_MOUSEWHEEL(ComboBox::mouseWheelMoved)
|
EVT_MOUSEWHEEL(ComboBox::mouseWheelMoved)
|
||||||
EVT_KEY_DOWN(ComboBox::keyDown)
|
EVT_KEY_DOWN(ComboBox::keyDown)
|
||||||
|
|
||||||
// catch paint events
|
// catch paint events
|
||||||
|
Loading…
x
Reference in New Issue
Block a user