mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:19:23 +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;
|
ScrollArea := ClientRect;
|
||||||
InflateRect(ScrollArea, -BorderWidth, -BorderWidth);
|
InflateRect(ScrollArea, -BorderWidth, -BorderWidth);
|
||||||
ScrollWindowEx(Handle, DeltaX, DeltaY, @ScrollArea, @ScrollArea, 0, nil, ScrollFlags);
|
ScrollWindowEx(Handle, DeltaX, DeltaY, @ScrollArea, @ScrollArea, 0, nil, ScrollFlags);
|
||||||
|
UpdateScrollbars;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCustomTreeView.WMVScroll(var Msg: TLMScroll);
|
procedure TCustomTreeView.WMVScroll(var Msg: TLMScroll);
|
||||||
|
Loading…
Reference in New Issue
Block a user