(#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.
This commit is contained in:
Pål Hagen 2015-09-04 14:23:13 +02:00
parent a1d95f2b8a
commit d7872971d3

View File

@ -32,8 +32,8 @@
#include <math.h>
#define RIU_SCROLLWHEEL_ZOOMFACTOR 1.05
#define RIU_SCROLLWHEEL_PANFACTOR 0.05
#define RIU_SCROLLWHEEL_ZOOMFACTOR 1.1
#define RIU_SCROLLWHEEL_PANFACTOR 0.1
//--------------------------------------------------------------------------------------------------
///