mirror of https://gitlab.com/basile.b/dexed.git
fix #315 - Shortcut options remembers filter keyword, but doesn't filter
This commit is contained in:
parent
2591be7d73
commit
55965f119c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue