lcl: invalidate designer on borderspacing change

git-svn-id: trunk@21862 -
This commit is contained in:
paul 2009-09-25 14:25:43 +00:00
parent e865577984
commit d24238d791

View File

@ -959,6 +959,8 @@ begin
AdjustSize
else
RequestAlign;
if (csDesigning in ComponentState) and (Parent <> nil) then
Parent.Invalidate;
end;
function TControl.IsBorderSpacingInnerBorderStored: Boolean;