Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libs/histogram.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ static void _eventbox_scroll_callback(GtkEventControllerScroll* self,
// FIXME: should handle smooth scrolling rather than discrete?
// FIXME: should scrolling of scope be handled in the drawable rather than
// the eventbox.
dt_dev_exposure_handle_event(0, dy - dx, event->scroll.state,
dt_dev_exposure_handle_event(0, dx - dy, event->scroll.state,
s->highlight == DT_SCOPES_HIGHLIGHT_BLACK_POINT);
}
else
Expand Down