1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

Be sure PopupMenuTable::DestroyMenu() gets called...

... though it didn't matter yet for any of the overrides
This commit is contained in:
Paul Licameli 2020-02-02 17:08:37 -05:00
parent 646afe9559
commit 48b5988c7d

View File

@ -64,6 +64,7 @@ void PopupMenuTable::Menu::Extend(PopupMenuTable *pTable)
}
pTable->InitMenu(this);
tables.push_back( pTable );
}
void PopupMenuTable::Menu::DisconnectTable(PopupMenuTable *pTable)