The Trunk: Morphic-tpr.1373.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-tpr.1373.mcz

commits-2
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!