lcl: invalidate splitter on ResizeAnchor change (issue )

git-svn-id: trunk@30167 -
This commit is contained in:
paul 2011-04-04 06:15:01 +00:00
parent 318a6d8d6f
commit 335de8955d

View File

@ -526,6 +526,7 @@ begin
Cursor := crVSplit;
if not (csLoading in ComponentState) then
Align := alNone;
Invalidate;
end;
procedure TCustomSplitter.SetResizeControl(const AValue: TControl);