airstruck / luigi

Lovely User Interfaces for Game Inventors
MIT License
113 stars 23 forks source link

Make context menus less of a hack #20

Closed airstruck closed 8 years ago

airstruck commented 8 years ago

Context menus created with the context attribute work by adding a menu child to a widget. This causes problems that need to be worked around elsewhere; for example stepper looks for context menu children and gives them special treatment. Context menus should be handled without modifying the widget's children.