mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 21:45:56 +08:00
FIX: [STUDIO-1969] disable mouse wheel on SpinCtrl
Change-Id: I9d568c5fe48defe88c94a476a295143c7089d960
This commit is contained in:
parent
3ee83cd3db
commit
3372313e13
@ -8,7 +8,7 @@
|
|||||||
BEGIN_EVENT_TABLE(SpinInput, wxPanel)
|
BEGIN_EVENT_TABLE(SpinInput, wxPanel)
|
||||||
|
|
||||||
EVT_KEY_DOWN(SpinInput::keyPressed)
|
EVT_KEY_DOWN(SpinInput::keyPressed)
|
||||||
EVT_MOUSEWHEEL(SpinInput::mouseWheelMoved)
|
//EVT_MOUSEWHEEL(SpinInput::mouseWheelMoved)
|
||||||
|
|
||||||
EVT_PAINT(SpinInput::paintEvent)
|
EVT_PAINT(SpinInput::paintEvent)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user