| Issue 352: | Markup label not displayed | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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. |