The Trunk: System-mt.832.mcz

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

The Trunk: System-mt.832.mcz

commits-2
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.832.mcz

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

Name: System-mt.832
Author: mt
Time: 20 May 2016, 11:41:09.861411 am
UUID: 3b5a40f8-c4a5-c645-bc2e-9bc5ca7efbe8
Ancestors: System-ul.831

Appendix to Morphic-mt.1150.

=============== Diff against System-ul.831 ===============

Item was changed:
  ----- Method: Preferences class>>editAnnotations (in category 'support - misc') -----
  editAnnotations
  "Put up a window that allows the user to edit annotation specifications"
 
  | aWindow |
  self currentWorld addMorphCentered: (aWindow := self annotationEditingWindow).
+ aWindow beKeyWindow.
- aWindow activateAndForceLabelToShow
 
  "Preferences editAnnotations"
 
  !