No overshoot effect when scrolling in exo-icon-view
## Submitted by Theo Linkspfeifer Assigned to **Xfce Bug Triage** **[Link to original bug (#16759)](https://bugzilla.xfce.org/show_bug.cgi?id=16759)** ## Description Created attachment 9794 Add GDK_SMOOTH_SCROLL_MASK to event mask The overshoot effect is handled by GtkScrolledWindow, but only if GDK_SMOOTH_SCROLL events are enabled. However, simply adding it to the event mask breaks Thunar's list view because exo_icon_view_scroll_event() expects the non-smooth scrolling data. ~~**Attachment 9794**~~, "Add GDK_SMOOTH_SCROLL_MASK to event mask": [0001-Add-GDK_SMOOTH_SCROLL_MASK-to-event-mask.patch](/uploads/fef87acde4d71cf5f42d7b3c3085466f/0001-Add-GDK_SMOOTH_SCROLL_MASK-to-event-mask.patch) Version: 0.12.11
issue