Custom effects, namely create_3point_color_balance_widget
and create_alphaspot_widget
change values when scrolling with mouse.
This MR fixes that by individually calling the GtkObject
s' method signal_stop_emission_by_name
on scroll-event
.
(defined in disable_scroll
method in pitivi/utils/ui.py
).
Fixes #2495 (closed)