{\r
lastMousePress = evt.getPoint();\r
\r
+ //For now, ignore the mouseWheel font resizing on Macs\r
+ //As the Button2_mask always seems to be true\r
if ( (evt.getModifiers() & InputEvent.BUTTON2_MASK) ==\r
InputEvent.BUTTON2_MASK && !av.MAC)\r
{\r
return;\r
}\r
\r
- if (evt.isShiftDown() || evt.isControlDown())\r
+ if (evt.isShiftDown()\r
+ || evt.isControlDown()\r
+ || evt.isAltDown())\r
{\r
- if (evt.isControlDown())\r
+ if (evt.isControlDown() || evt.isAltDown())\r
{\r
groupEditing = true;\r
}\r