mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
With responsive scrolling we need to return NO from isOpaque in order to get transparency and we cannot overload the scrollWheel: method (which we use to forward mouse events from the gutter to the text area). I have also received a few crash reports that might be caused by responsive scrolling and one user has reported “sticky” scroll behavior. So for now better just disable it, and see if it fixes all these issues. Fixes #1135