Skip to content

Commit b02c77a

Browse files
committed
handler
1 parent 7ccfe22 commit b02c77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ZoomController.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Jorts.ZoomController : Object {
3939

4040
var scroll_controller = new Gtk.EventControllerScroll (VERTICAL);
4141
scroll_controller.scroll_end.connect (() => current_scroll_delta = 0);
42-
scroll_controller.scroll.connect ((dx, dy) => on_scroll);
42+
scroll_controller.scroll.connect (on_scroll);
4343
window.add_controller ((Gtk.EventController)scroll_controller);
4444
}
4545

0 commit comments

Comments
 (0)