mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-20 16:21:39 -04:00
Add styles.
This commit is contained in:
@@ -81,10 +81,7 @@ void ModMenu::refresh_mods() {
|
||||
|
||||
void ModMenu::create_mod_list() {
|
||||
// Clear the contents of the list scroll.
|
||||
for (ModEntry *entry : mod_entries) {
|
||||
delete entry;
|
||||
}
|
||||
|
||||
list_scroll_container->clear_children();
|
||||
mod_entries.clear();
|
||||
|
||||
// Create the child elements for the list scroll.
|
||||
|
||||
Reference in New Issue
Block a user