Fix bug #3418522 - Size and color picker dialog boxes no longer crash on Lenovo laptops when they are scrolled using the touchpad.
The problem was that the synaptics software would send a WM_VSCROLL message, which OWL would dispatch to itself, causing an infinite regress and overflowing the stack. The fix is to simply handle and ignore the WM_VSCROLL message.