mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:59:22 +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;
|
FOldScrollInfoValid := true;
|
||||||
SetScrollInfo(FControl.Handle, IntfBarKind[Kind], ScrollInfo, FVisible);
|
SetScrollInfo(FControl.Handle, IntfBarKind[Kind], ScrollInfo, FVisible);
|
||||||
end;
|
end;
|
||||||
if FOldHandleVisible<>FVisible then begin
|
if FOldHandleVisible <> FVisible then
|
||||||
|
begin
|
||||||
FOldHandleVisible:=FVisible;
|
FOldHandleVisible:=FVisible;
|
||||||
ShowScrollBar(FControl.Handle,IntfBarKind[Kind],FVisible);
|
ShowScrollBar(FControl.Handle, IntfBarKind[Kind], FVisible);
|
||||||
end;
|
end;
|
||||||
{$IFDEF VerboseScrollingWinControl}
|
{$IFDEF VerboseScrollingWinControl}
|
||||||
if DebugCondition then
|
if DebugCondition then
|
||||||
|
@ -342,7 +342,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
function GetCursorPos(var lpPoint:TPoint): Boolean;
|
function GetCursorPos(var lpPoint:TPoint): Boolean;
|
||||||
Begin
|
begin
|
||||||
Result := WidgetSet.GetCursorPos(lpPoint);
|
Result := WidgetSet.GetCursorPos(lpPoint);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user