Skip to content

Commit

Permalink
Merge pull request #89 from tsherif/master
Browse files Browse the repository at this point in the history
Fixed VV distance measurements on Windows. Fixes #88.
  • Loading branch information
tsherif committed Jul 3, 2014
2 parents 4e78db2 + 2628351 commit 480e684
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/brainbrowser/volume-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@
},
// CTRL
17: function() {
if (panel.anchor) {
return;
}

if (panel.mouse.left || panel.mouse.middle || panel.mouse.right) {
panel.anchor = {
x: panel.mouse.x,
Expand Down

0 comments on commit 480e684

Please sign in to comment.