Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7
New issue 892 by tu...@tudorgirba.com: Roassal does not render properly on update http://code.google.com/p/moose-technology/issues/detail?id=892
browser := GLMWrapper new. browser show: [:a| a roassal title: 'Patterns'; act: [:roassal | roassal update ] icon: GLMUIThemeExtraIcons glamorousRefresh entitled: 'Update'; painting: [:view :collection | view nodes: collection. view edgesFrom: [:x | x // 2]. view treeLayout ] ]. browser openOn: (1 to: 100)
Updates: Status: Fixed Owner: tu...@tudorgirba.com
Comment #1 on issue 892 by tu...@tudorgirba.com: Roassal does not render properly on update http://code.google.com/p/moose-technology/issues/detail?id=892
Fixed