The Trunk: Morphic-ct.2214.mcz

[email protected] Mon, 29 Jun 2026 12:36:00 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/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]