Issue 297: multiline with MTLabel
Status:  Done
Owner: ----
Closed:  Aug 2010
Reported by jegg...@gmail.com, Aug 6, 2010
If I try to use multiline=True with MTLabel, it doesn't look like multiline. It still shows the text on one long simple line.
I'm not sure if this really is a bug, or if I simply do it wrong. 

Example:
myLabel = MTLabel(label='Long ... Text', width=300, multiline=True)
Aug 9, 2010
Project Member #1 txprog
Closed via GitHub: http://github.com/tito/pymt/commit/a8b4dfea51ab2aa65fe8f0aa76bfbca02a041b02

mtlabel: introduce again multiline parameters + fix invalid \n rendering (fixes  issue 297 )
Status: Done