lcl: don't report that shortcut is handled if shortcut menu item is disabled

git-svn-id: trunk@23604 -
This commit is contained in:
paul 2010-01-30 18:47:58 +00:00
parent f0c2b4ccf2
commit d4aa924e22

View File

@ -256,7 +256,9 @@ function TMenu.IsShortcut(var Message: TLMKey): boolean;
begin
Item.InitiateActions;
Item.Click;
end;
end
else
FShortcutHandled := False;
end;
var