The Trunk: Morphic-ct.2205.mcz
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Christoph Thiede uploaded a new version of Morphic to project The Trunk: http://source.squeak.org/trunk/Morphic-ct.2205.mcz ==================== Summary ==================== Name: Morphic-ct.2205 Author: ct Time: 6 May 2026, 9:33:51.796554 pm UUID: 996c54e7-0a8b-4b66-a780-1c1b3bbe6b09 Ancestors: Morphic-ct.2204 Prevents observer updates to Morphic buttons while not being in Morphic from raising DNUs. =============== Diff against Morphic-ct.2204 =============== Item was changed: ----- Method: PluggableButtonMorph>>updateFillStyle: (in category 'updating') ----- updateFillStyle: evt self + updateFillStylePressing: (evt notNil and: [evt isMouse] and: [evt redButtonPressed and: [self containsPoint: evt position]]) + hovering: (evt notNil and: [evt isMouse] and: [evt redButtonPressed not] and: [self containsPoint: evt position]).! - updateFillStylePressing: (evt isMouse and: [evt redButtonPressed and: [self containsPoint: evt position]]) - hovering: (evt isMouse and: [evt redButtonPressed not] and: [self containsPoint: evt position]).! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]