mansrz / pymt

Automatically exported from code.google.com/p/pymt
0 stars 0 forks source link

Markup label not displayed #352

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
    ml = MTLabel(label="this is a label", markup=True, pos=(300, 300), autosize=True)
    w = getWindow()
    w.add_widget(ml)
    runTouchApp()

What is the expected output? What do you see instead?
No label is displayed

What version of the product are you using? On what operating system?
PyMT 0.5.1 on Ubuntu 10.10

Please provide any additional information below.

Original issue reported on code.google.com by andrea.f...@gmail.com on 8 Dec 2010 at 9:48