[squeak-dev] The Trunk: Morphic-mtf.491.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Dec 13 16:21:23 UTC 2010


Matthew Fulmer uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mtf.491.mcz

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

Name: Morphic-mtf.491
Author: mtf
Time: 10 December 2010, 12:23:08.546 pm
UUID: 54f2e960-5208-4eba-b121-abaca6f89c05
Ancestors: Morphic-ul.490

Allow the right-click menus on Tweak fields in the Tweak Browser to work

=============== Diff against Morphic-ul.490 ===============

Item was changed:
  ----- Method: TextMorphForEditView>>mouseDown: (in category 'event handling') -----
  mouseDown: event
  
+ 	event yellowButtonPressed ifTrue: [
+ 		(editor yellowButtonDown: event) ifTrue:[^self].
+ 		^ editView yellowButtonActivity: event shiftPressed].
- 	event yellowButtonPressed ifTrue: [^ editView yellowButtonActivity: event shiftPressed].
  	^ super mouseDown: event
  !




More information about the Squeak-dev mailing list