Status: New Owner: tu...@tudorgirba.com Labels: Type-Defect Priority-Medium Component-Glamour Milestone-5.0
New issue 1046 by tu...@tudorgirba.com: TextPresentation should update rendering when text port is populated http://code.google.com/p/moose-technology/issues/detail?id=1046
This should update the rendering to '42':
composite := GLMCompositePresentation new with: [:a | a text ]. composite openOn: 'fourtytwo'. composite first text: '42'.