Hi

Many users of my application (medical experts) said that it is more intuitive 
when the slices move up when the mouse wheel goes upwards and vice versa  (in 
the Axial/Sagittal/Coronal/3D QmitkMultiWidget viewer).

I found it in the code, you must only change

mitkRenderWindowBase.cpp, line 115:

from

"if (we->GetDelta() > 0)"

to

"if (we->GetDelta() < 0)"



best regards
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to