diff --git a/src/ce_shortcutseditor.pas b/src/ce_shortcutseditor.pas index 0a1cdf80..b7d73594 100644 --- a/src/ce_shortcutseditor.pas +++ b/src/ce_shortcutseditor.pas @@ -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);