mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 00:40:18 +02:00
lcl: debugging
This commit is contained in:
parent
434020fe78
commit
0f4eb93052
@ -4262,7 +4262,7 @@ begin
|
||||
// not a sibling and not the parent -> invalid AnchorSide
|
||||
//if CheckPosition(Owner) then DebugLn(['TAnchorSide.GetSidePosition invalid AnchorSide ',dbgsName(ReferenceControl)]);
|
||||
{$IFNDEF VerboseAnchorSide}
|
||||
DebugLn(['TAnchorSide.CheckSidePosition invalid anchor control, ',DbgSName(Owner),' ',dbgs(Kind)]);
|
||||
DebugLn(['TAnchorSide.CheckSidePosition invalid anchor control, ',DbgSName(Owner),' ',dbgs(Kind),' OwnerParent=',DbgSName(OwnerParent),' CurReferenceControl=',DbgSName(CurReferenceControl)]);
|
||||
{$ENDIF}
|
||||
ReferenceControl:=nil;
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user