fix #315 - Shortcut options remembers filter keyword, but doesn't filter

This commit is contained in:
Basile Burg 2018-05-01 22:57:13 +02:00
parent 2591be7d73
commit 55965f119c
1 changed files with 5 additions and 1 deletions

View File

@ -258,7 +258,11 @@ end;
procedure TCEShortcutEditor.optionedEvent(event: TOptionEditorEvent);
begin
case event of
oeeSelectCat: receiveShortcuts;
oeeSelectCat:
begin
receiveShortcuts;
fltItems.Text:='';
end;
oeeCancel:
begin
fShortcuts.assign(fBackup);