[Pkg] The Trunk: Morphic-tpr.1373.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Nov 22 02:28:01 UTC 2017


tim Rowledge uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-tpr.1373.mcz

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

Name: Morphic-tpr.1373
Author: tpr
Time: 21 November 2017, 6:27:37.789438 pm
UUID: a1b0f707-a946-454c-83aa-48a269e5afaf
Ancestors: Morphic-dtl.1372

Add a tweak so that 'changed: #flash' can be used to make a dialog window wiggle when some input is not acceptable.

=============== Diff against Morphic-dtl.1372 ===============

Item was changed:
  ----- Method: DialogWindow>>update: (in category 'updating') -----
  update: aspect
  
  	aspect == #buttons
  		ifTrue: [self updateButtonExtent].
  		
+ 	aspect == #flash
+ 		ifTrue: [self flash].
+ 		
  	^ super update: aspect!



More information about the Packages mailing list