[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41785] trunk/blender/intern/ghost/intern/ GHOST_SystemCocoa.mm: OSX: go back to former zoombehaviour with magicmouse in Lion, no time to recode to NSTouch in the near time

jens verwiebe info at jensverwiebe.de
Sun Nov 13 14:25:22 CET 2011


Revision: 41785
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41785
Author:   jensverwiebe
Date:     2011-11-13 13:25:22 +0000 (Sun, 13 Nov 2011)
Log Message:
-----------
OSX: go back to former zoombehaviour with magicmouse in Lion, no time to recode to NSTouch in the near time

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.mm

Modified: trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.mm
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.mm	2011-11-13 13:08:15 UTC (rev 41784)
+++ trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.mm	2011-11-13 13:25:22 UTC (rev 41785)
@@ -578,7 +578,7 @@
 	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;




More information about the Bf-blender-cvs mailing list