lcl: formatting

git-svn-id: trunk@24056 -
This commit is contained in:
paul 2010-03-17 03:07:12 +00:00
parent 7fcc42d5af
commit a439c61216

View File

@ -69,8 +69,8 @@ end;
procedure THintWindow.DoShowWindow;
begin
if (ActiveControl = nil) and (not (csDesigning in ComponentState))
and (Parent=nil) then begin
if (ActiveControl = nil) and (not (csDesigning in ComponentState)) and (Parent=nil) then
begin
// automatically choose a control to focus
{$IFDEF VerboseFocus}
DebugLn('THintWindow.WMShowWindow ',DbgSName(Self),' Set ActiveControl := ',DbgSName(FindDefaultForActiveControl));