lcl: fix occasional typo in SetFocusedForm

git-svn-id: trunk@25299 -
This commit is contained in:
paul 2010-05-10 14:15:53 +00:00
parent d6c02d02d8
commit 2648d29b7f

View File

@ -772,7 +772,7 @@ begin
Result := True;
if FFocusedForm <> AForm then
begin
if AModal then
if not AModal then
begin
// send deactivate to the previosly focused form
LastState := SaveFocusState;