mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 22:59:07 +02:00
lcl: formatting
git-svn-id: trunk@30226 -
This commit is contained in:
parent
e546012a43
commit
a7e622e6ab
@ -133,7 +133,7 @@ begin
|
||||
begin
|
||||
ScrollInfo.fMask := SIF_POS;
|
||||
GetScrollInfo(ControlHandle, IntfBarKind[Kind], ScrollInfo);
|
||||
if FPosition<>ScrollInfo.nPos then
|
||||
if FPosition <> ScrollInfo.nPos then
|
||||
begin
|
||||
FPosition := ScrollInfo.nPos;
|
||||
InvalidateScrollInfo;
|
||||
@ -449,7 +449,7 @@ end;
|
||||
constructor TControlScrollBar.Create(AControl: TWinControl;
|
||||
AKind: TScrollBarKind);
|
||||
begin
|
||||
Inherited Create;
|
||||
inherited Create;
|
||||
FControl := AControl;
|
||||
FKind := AKind;
|
||||
FPage := 80;
|
||||
|
Loading…
Reference in New Issue
Block a user