lcl: updating scrollbars after scrollbars were changed

git-svn-id: trunk@61394 -
This commit is contained in:
dmitry 2019-06-14 19:23:34 +00:00
parent cda71b030d
commit f525589cfb

View File

@ -5951,6 +5951,7 @@ begin
ScrollArea := ClientRect;
InflateRect(ScrollArea, -BorderWidth, -BorderWidth);
ScrollWindowEx(Handle, DeltaX, DeltaY, @ScrollArea, @ScrollArea, 0, nil, ScrollFlags);
UpdateScrollbars;
end;
procedure TCustomTreeView.WMVScroll(var Msg: TLMScroll);