Author Topic: Mouse wheel in editor  (Read 13761 times)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Mouse wheel in editor
« Reply #15 on: January 16, 2009, 09:51:38 pm »
Good catch !  :D

I just committed a fix ( initializing m_lastWheelTimestamp to std::numeric_limits<long>::min()).

In svn r5407 mousewheel event in wxScintilla should work again.

DrewBoo: many thanks for your help and your patience.