Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2011-11-13 17:25:22 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-11-13 17:25:22 +0400
commit393c7b2e93244f85e05fcb65e6d3540158c75aad (patch)
tree45f6bf44e4b11b94822c943f7e332017a5e29bee /intern
parentb5a57b193d098fa343cf053167e1faf5078c28c9 (diff)
OSX: go back to former zoombehaviour with magicmouse in Lion, no time to recode to NSTouch in the near time
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm
index 730a7c08151..03c3427045d 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.mm
+++ b/intern/ghost/intern/GHOST_SystemCocoa.mm
@@ -578,7 +578,7 @@ GHOST_SystemCocoa::GHOST_SystemCocoa()
if (strstr(rstring,"MacBookAir") ||
(strstr(rstring,"MacBook") && (rstring[strlen(rstring)-3]>='5') && (rstring[strlen(rstring)-3]<='9')))
m_hasMultiTouchTrackpad = true;
- else m_hasMultiTouchTrackpad = true; // experimental, changes only MagicMouse behaviour (zoom->pan) but enables MagicTrackpad for all Macs
+ else m_hasMultiTouchTrackpad = false;
free( rstring );
rstring = NULL;