Skip to content

Disable mouse-scrolling in custom effect widgets

Aitik Gupta requested to merge aitikgupta/pitivi:disable-custom-ui-scroll into master

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 GtkObjects' method signal_stop_emission_by_name on scroll-event.
(defined in disable_scroll method in pitivi/utils/ui.py).

Fixes #2495 (closed)

Merge request reports