Etoys: Morphic-kfr.83.mcz

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

Etoys: Morphic-kfr.83.mcz

commits-2
Karl Ramberg uploaded a new version of Morphic to project Etoys:
http://source.squeak.org/etoys/Morphic-kfr.83.mcz

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

Name: Morphic-kfr.83
Author: kfr
Time: 8 March 2012, 11:17:23 pm
UUID: 45e04b48-5e2d-bd45-b039-3683a57b61ce
Ancestors: Morphic-kfr.82

Open appropriate property sheet

=============== Diff against Morphic-kfr.82 ===============

Item was added:
+ ----- Method: PasteUpMorph>>openAppropriatePropertySheet (in category 'display') -----
+ openAppropriatePropertySheet
+ (self fillStyle isBitmapFill and:[ (self valueOfProperty:#graphPaperParameters ) notNil])
+ ifTrue:[self putUpGraphPaperPanel]
+ ifFalse:[self openAPropertySheet]!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev