mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Be sure PopupMenuTable::DestroyMenu() gets called...
... though it didn't matter yet for any of the overrides
This commit is contained in:
parent
646afe9559
commit
48b5988c7d
@ -64,6 +64,7 @@ void PopupMenuTable::Menu::Extend(PopupMenuTable *pTable)
|
|||||||
}
|
}
|
||||||
|
|
||||||
pTable->InitMenu(this);
|
pTable->InitMenu(this);
|
||||||
|
tables.push_back( pTable );
|
||||||
}
|
}
|
||||||
|
|
||||||
void PopupMenuTable::Menu::DisconnectTable(PopupMenuTable *pTable)
|
void PopupMenuTable::Menu::DisconnectTable(PopupMenuTable *pTable)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user