E entry: force disable thumbscroll.
authorTom Hacohen <tom@stosb.com>
Fri, 16 Nov 2012 06:55:40 +0000 (06:55 +0000)
committerTom Hacohen <tom@stosb.com>
Fri, 16 Nov 2012 06:55:40 +0000 (06:55 +0000)
commit5d840bab5bff46bdedb74238eb2a901051a6925d
tree24b1d0273443e4cb1613602b4fb6e31504574ed0
parentb246fe07b5c50c8fbf9c1254c2080ece6dccd1f2
E entry: force disable thumbscroll.

We need that disabled, as currently mouse grabbing breaks if that's not
set. That's what you get when you have scrolling and selection in the same
place. We can just use selection for scrolling or fix the issue.
The fix would probably require using the ON_SCROLL flag instead of
the ON_HOLD and actually handle it correctly.

SVN revision: 79359
src/bin/e_entry.c