From 393c7b2e93244f85e05fcb65e6d3540158c75aad Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Sun, 13 Nov 2011 13:25:22 +0000 Subject: OSX: go back to former zoombehaviour with magicmouse in Lion, no time to recode to NSTouch in the near time --- intern/ghost/intern/GHOST_SystemCocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') 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; -- cgit v1.2.3