Issue 1090 in moose-technology: In latest Moose 5.0, I can't scroll the distribution map view

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

Issue 1090 in moose-technology: In latest Moose 5.0, I can't scroll the distribution map view

moose-technology
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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1090 in moose-technology: In latest Moose 5.0, I can't scroll the distribution map view

moose-technology
Updates:
        Status: Fixed
        Labels: Milestone-5.0 Component-Finder

Comment #1 on 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

Fixed

--
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