[squeak-dev] The Trunk: Kernel-eem.1379.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Mar 5 02:44:33 UTC 2021


Eliot Miranda uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-eem.1379.mcz

==================== Summary ====================

Name: Kernel-eem.1379
Author: eem
Time: 4 March 2021, 6:44:30.30655 pm
UUID: f2d03504-03c9-e747-933d-f16f82d99091
Ancestors: Kernel-eem.1378

Fix terrible regression introduced in Kernel-eem.1378. I do apologize.

=============== Diff against Kernel-eem.1378 ===============

Item was changed:
  ----- Method: EventSensor>>commandKeyPressed (in category 'modifier keys') -----
  commandKeyPressed
  	"Answer whether the command key on the keyboard is being held down."
  
+ 	^ self peekButtons anyMask: (1 bitShift: MouseEvent numButtons + 3)!
- 	^ self peekButtons anyMask: MouseEvent numButtons + 3!



More information about the Squeak-dev mailing list