mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:20:34 +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
|
// not a sibling and not the parent -> invalid AnchorSide
|
||||||
//if CheckPosition(Owner) then DebugLn(['TAnchorSide.GetSidePosition invalid AnchorSide ',dbgsName(ReferenceControl)]);
|
//if CheckPosition(Owner) then DebugLn(['TAnchorSide.GetSidePosition invalid AnchorSide ',dbgsName(ReferenceControl)]);
|
||||||
{$IFNDEF VerboseAnchorSide}
|
{$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}
|
{$ENDIF}
|
||||||
ReferenceControl:=nil;
|
ReferenceControl:=nil;
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user