Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1090 by damien.c...@gmail.com: 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.