| 784 | } |
| 785 | |
| 786 | ElementModMenu::ElementModMenu(const Rml::String &tag) : Rml::Element(tag) { |
| 787 | SetProperty("width", "100%"); |
| 788 | SetProperty("height", "100%"); |
| 789 | |
| 790 | recompui::Element this_compat(this); |
| 791 | recompui::ContextId context = get_current_context(); |
| 792 | mod_menu = context.create_element<ModMenu>(&this_compat); |
| 793 | } |
| 794 | |
| 795 | ElementModMenu::~ElementModMenu() { |
| 796 |
nothing calls this directly
no outgoing calls
no test coverage detected