use Ctrl+MMB for zooming

This commit is contained in:
wmayer 2017-02-22 10:22:11 +01:00
parent e5fe3d8e10
commit dd20ba3d06

View File

@ -361,6 +361,7 @@ SbBool BlenderNavigationStyle::processSoEvent(const SoEvent * const ev)
// newmode = NavigationStyle::ZOOMING;
// break;
case CTRLDOWN|SHIFTDOWN|BUTTON2DOWN:
case CTRLDOWN|BUTTON3DOWN:
newmode = NavigationStyle::ZOOMING;
break;