[etoys-dev] Etoys: MorphicExtras-bf.70.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 24 11:04:50 EDT 2012


Bert Freudenberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-bf.70.mcz

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

Name: MorphicExtras-bf.70
Author: bf
Time: 24 June 2012, 5:04:17 pm
UUID: 6b7a6cbd-ac7e-4607-9134-98ee79687d9a
Ancestors: MorphicExtras-kfr.69

Change Set:		rotateViewerFlapTab-sw
Date:			6 June 2012
Author:			Scott Wallace

SQ-1096 Attempting to rotate a viewer flap tab with the rotate handle in a halo has been resulting in a system freeze.
Reduce the danger by not offering a rotate handle in the halo of a viewer flap tab.
For consistency, also  don't offer a resize handle in such a halo.

=============== Diff against MorphicExtras-kfr.69 ===============

Item was added:
+ ----- Method: ViewerFlapTab>>okayToResizeEasily (in category 'accessing') -----
+ okayToResizeEasily
+ 	"Answer whether it is appropriate to have the receiver be easily resized by the user from the halo"
+ 
+ 	^ false!

Item was added:
+ ----- Method: ViewerFlapTab>>okayToRotateEasily (in category 'accessing') -----
+ okayToRotateEasily
+ 	"Answer whether it is appropriate for a rotation handle to be shown for the receiver. "
+ 
+ 	^ false!



More information about the etoys-dev mailing list