TsSpinEdit does not honor MouseWheel handling in parent

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33860
    OldGrumpy
    Participant

    Today I wrote a custom control that has a TsSpinEdit child control. I got everything to work as it should, except for the mousewheel handling. After some debugging, I found out that TsSpinEdit.CMMouseWheel does not check Message.Result after calling Inherited. That causes all value changes to double (I have to deal with the mouse wheel in the parent control for wrap-around reasons). Changing this is very simple, would you please consider adding that check to your codebase? I changed my version manually but I don't feel like changing it again and again for every version

    #42920
    Support
    Keymaster

    Thanks for message, I'll fix it in the nearest release.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.