mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 17:59:22 +02:00
MG: fixed scrollbar vert-horz typo
git-svn-id: trunk@574 -
This commit is contained in:
parent
f6d5703573
commit
f05d96f51a
@ -3515,7 +3515,7 @@ begin
|
|||||||
ScrollInfo.nPos := LeftChar;
|
ScrollInfo.nPos := LeftChar;
|
||||||
SetScrollInfo(Handle, SB_HORZ, ScrollInfo, True);
|
SetScrollInfo(Handle, SB_HORZ, ScrollInfo, True);
|
||||||
{$IFDEF SYN_LAZARUS}
|
{$IFDEF SYN_LAZARUS}
|
||||||
ShowScrollBar(Handle,SB_VERT,True);
|
ShowScrollBar(Handle,SB_HORZ,True);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
if fScrollBars in [ssBoth, ssVertical] then begin
|
if fScrollBars in [ssBoth, ssVertical] then begin
|
||||||
@ -3534,7 +3534,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
SetScrollInfo(Handle, SB_VERT, ScrollInfo, True);
|
SetScrollInfo(Handle, SB_VERT, ScrollInfo, True);
|
||||||
{$IFDEF SYN_LAZARUS}
|
{$IFDEF SYN_LAZARUS}
|
||||||
ShowScrollBar(Handle,SB_HORZ,True);
|
ShowScrollBar(Handle,SB_VERT,True);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user