[squeak-dev] The Inbox: Morphic-kfr.2089.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 19 21:02:47 UTC 2023


A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-kfr.2089.mcz

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

Name: Morphic-kfr.2089
Author: kfr
Time: 19 February 2023, 10:02:40.852523 pm
UUID: 0c27ffac-ad3f-b043-8472-388ba16ba4d2
Ancestors: Morphic-mt.2088

Install editor if it is missing. Make event playback work

=============== Diff against Morphic-mt.2088 ===============

Item was changed:
  ----- Method: TextMorph>>mouseUp: (in category 'event handling') -----
  mouseUp: evt
+ 	self handleInteraction: [self editor mouseUp: evt] fromEvent: evt!
- 	self handleInteraction: [editor mouseUp: evt] fromEvent: evt!



More information about the Squeak-dev mailing list