From ff5de8079c5caa80405127ccc02c258b99002cbf Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 29 Feb 2020 14:35:13 +0100 Subject: Make scrolling work properly --- src/crystfelimageview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/crystfelimageview.h') diff --git a/src/crystfelimageview.h b/src/crystfelimageview.h index 8d3b23aa..ca2d116f 100644 --- a/src/crystfelimageview.h +++ b/src/crystfelimageview.h @@ -78,6 +78,8 @@ struct _crystfelimageview double drag_start_y; double drag_start_sp_x; double drag_start_sp_y; + double offs_x; + double offs_y; DataTemplate *dtempl; char *filename; -- cgit v1.2.3