# | Line 38 | Line 38 | uses | |
---|---|---|
38 | {$ELSE} | |
39 | unix, | |
40 | {$ENDIF} | |
41 | < | SysUtils, Classes, Graphics, Controls, |
41 | > | SysUtils, Classes, Controls, |
42 | Forms, StdCtrls, ExtCtrls, IB, IBTypes; | |
43 | ||
44 | type | |
# | Line 133 | Line 133 | begin | |
133 | finally | |
134 | Free; | |
135 | end; | |
136 | < | if ActiveForm <> nil then |
136 | > | if (ActiveForm <> nil) and ActiveForm.CanFocus then |
137 | begin | |
138 | ActiveForm.SetFocus; | |
139 | Application.ProcessMessages; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |