The Trunk: Morphic-ct.2205.mcz

[email protected]
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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.