use Ctrl+MMB for zooming

This commit is contained in:
wmayer
2017-02-22 10:22:11 +01:00
parent 07f5764c63
commit cd810955f0

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;