draw2d.Label.getText ~ line 177

Project:Draw2D
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:fixed
Description

the function body is

this.msg = text;     

but should probably be

return this.msg;