Keymap: fix, remove deleted entries from category.

git-svn-id: trunk@51563 -
This commit is contained in:
martin 2016-02-10 06:37:07 +00:00
parent 6afec5c9b1
commit 1cab92748c

View File

@ -1418,6 +1418,8 @@ end;
destructor TIDECommand.Destroy;
begin
if Category <> nil then
Category := nil;
FUsers.Free;
inherited Destroy;
end;