mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 09:39:09 +02:00
lcl: invalidate designer on borderspacing change
git-svn-id: trunk@21862 -
This commit is contained in:
parent
e865577984
commit
d24238d791
@ -959,6 +959,8 @@ begin
|
||||
AdjustSize
|
||||
else
|
||||
RequestAlign;
|
||||
if (csDesigning in ComponentState) and (Parent <> nil) then
|
||||
Parent.Invalidate;
|
||||
end;
|
||||
|
||||
function TControl.IsBorderSpacingInnerBorderStored: Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user