mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 00:19:32 +02:00
lcl: updating scrollbars after scrollbars were changed
git-svn-id: trunk@61394 -
This commit is contained in:
parent
cda71b030d
commit
f525589cfb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user