Skip to content

Commit

Permalink
Merge pull request #125 from triplus/patch-1
Browse files Browse the repository at this point in the history
Pan support (LMB + RMB) Blender navigation
  • Loading branch information
wwmayer committed Mar 24, 2016
2 parents 3af2963 + aebcea0 commit 368cd7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Gui/BlenderNavigationStyle.cpp
Expand Up @@ -345,9 +345,9 @@ SbBool BlenderNavigationStyle::processSoEvent(const SoEvent * const ev)
else
newmode = NavigationStyle::SELECTION;
break;
//case BUTTON1DOWN|BUTTON3DOWN:
// newmode = NavigationStyle::PANNING;
// break;
case BUTTON1DOWN|BUTTON2DOWN:
newmode = NavigationStyle::PANNING;
break;
case SHIFTDOWN|BUTTON3DOWN:
newmode = NavigationStyle::PANNING;
break;
Expand Down

0 comments on commit 368cd7b

Please sign in to comment.