mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 09:59:32 +02:00
lcl: formatting
git-svn-id: trunk@18394 -
This commit is contained in:
parent
949b2781aa
commit
63f262a089
@ -317,9 +317,10 @@ begin
|
||||
FOldScrollInfoValid := true;
|
||||
SetScrollInfo(FControl.Handle, IntfBarKind[Kind], ScrollInfo, FVisible);
|
||||
end;
|
||||
if FOldHandleVisible<>FVisible then begin
|
||||
if FOldHandleVisible <> FVisible then
|
||||
begin
|
||||
FOldHandleVisible:=FVisible;
|
||||
ShowScrollBar(FControl.Handle,IntfBarKind[Kind],FVisible);
|
||||
ShowScrollBar(FControl.Handle, IntfBarKind[Kind], FVisible);
|
||||
end;
|
||||
{$IFDEF VerboseScrollingWinControl}
|
||||
if DebugCondition then
|
||||
|
@ -342,7 +342,7 @@ begin
|
||||
end;
|
||||
|
||||
function GetCursorPos(var lpPoint:TPoint): Boolean;
|
||||
Begin
|
||||
begin
|
||||
Result := WidgetSet.GetCursorPos(lpPoint);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user