Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1090 by
[hidden email]: In latest Moose 5.0, I can't
scroll the distribution map view
https://code.google.com/p/moose-technology/issues/detail?id=1090| dm |
dm := DistributionMap new.
dm colors: {(Color r: 0.6 g: 0.0 b: 0.0). (Color r: 0.0 g: 0.0 b: 0.6)}.
dm onElements: (Collection withAllSubclasses flatCollect: [:class | class
methods])
containers: #methodClass
properties: [:element | element bytecode size ].
dm title: 'Authors Map'.
dm open.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev