show cursor for selection in Blender style when Ctrl is pressed while left-clicking
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user