only use initialized value of FShortcutHandled, not previous one

git-svn-id: trunk@8149 -
This commit is contained in:
micha 2005-11-14 18:29:29 +00:00
parent 4b692a0b16
commit a9e0c4e0f2

View File

@ -155,8 +155,8 @@ begin
FShortcutHandled := true;
Item.InitiateActions;
Item.Click;
Result := FShortcutHandled;
end;
Result := FShortcutHandled;
end;
{------------------------------------------------------------------------------