The Inbox: Morphic-ct.2214.mcz

[email protected] Sun, 28 Jun 2026 23:04:58 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.2214.mcz

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

Name: Morphic-ct.2214
Author: ct
Time: 29 June 2026, 1:04:57.162542 am
UUID: 47ea8b39-ae0e-4b0d-aa66-c6cd8bb1ddb8
Ancestors: Morphic-ct.2213

Improves debugger window label of "debug button action" for iconic buttons.

=============== Diff against Morphic-ct.2213 ===============

Item was added:
+ ----- Method: IconicButton>>label (in category 'accessing') -----
+ label
+ 	"Overriden for 'debug button action' convenience."
+ 
+ 	^ super label ifEmpty: [self balloonText]!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]