From d7872971d33482e043eb16539123a581bdd35251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Hagen?= Date: Fri, 4 Sep 2015 14:23:13 +0200 Subject: [PATCH] (#412) Faster zooming and panning of well log plots Could consider to use for instance Shift or Alt as extra modifiers for speeding up/slowing down zooming/panning. --- ApplicationCode/UserInterface/RiuWellLogPlot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/UserInterface/RiuWellLogPlot.cpp b/ApplicationCode/UserInterface/RiuWellLogPlot.cpp index a94618055e..62935320eb 100644 --- a/ApplicationCode/UserInterface/RiuWellLogPlot.cpp +++ b/ApplicationCode/UserInterface/RiuWellLogPlot.cpp @@ -32,8 +32,8 @@ #include -#define RIU_SCROLLWHEEL_ZOOMFACTOR 1.05 -#define RIU_SCROLLWHEEL_PANFACTOR 0.05 +#define RIU_SCROLLWHEEL_ZOOMFACTOR 1.1 +#define RIU_SCROLLWHEEL_PANFACTOR 0.1 //-------------------------------------------------------------------------------------------------- ///