mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:39:30 +02:00
lcl: fix occasional typo in SetFocusedForm
git-svn-id: trunk@25299 -
This commit is contained in:
parent
d6c02d02d8
commit
2648d29b7f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user