fixed bug where deleting oldmenus would make the next key non-unique
This commit is contained in:
@@ -51,8 +51,6 @@ class MenuMngr
|
||||
{
|
||||
id = ++uniqueid;
|
||||
}
|
||||
|
||||
~MenuIdEle() { --uniqueid; }
|
||||
} *headid;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user