mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#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:
parent
a1d95f2b8a
commit
d7872971d3
@ -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
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user