mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 16:13:56 +02:00
lcl: invalidate splitter on ResizeAnchor change (issue #0018254)
git-svn-id: trunk@30167 -
This commit is contained in:
parent
318a6d8d6f
commit
335de8955d
@ -526,6 +526,7 @@ begin
|
||||
Cursor := crVSplit;
|
||||
if not (csLoading in ComponentState) then
|
||||
Align := alNone;
|
||||
Invalidate;
|
||||
end;
|
||||
|
||||
procedure TCustomSplitter.SetResizeControl(const AValue: TControl);
|
||||
|
Loading…
Reference in New Issue
Block a user