show cursor for selection in Blender style when Ctrl is pressed while left-clicking

This commit is contained in:
wmayer
2017-09-05 08:36:43 +02:00
parent 501327d2c5
commit 8112926a2a

View File

@@ -339,6 +339,7 @@ SbBool BlenderNavigationStyle::processSoEvent(const SoEvent * const ev)
//}
break;
case BUTTON1DOWN:
case CTRLDOWN|BUTTON1DOWN:
// make sure not to change the selection when stopping spinning
if (curmode == NavigationStyle::SPINNING || this->lockButton1)
newmode = NavigationStyle::IDLE;