mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:59:19 +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;
|
||||
SetScrollInfo(Handle, SB_HORZ, ScrollInfo, True);
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
ShowScrollBar(Handle,SB_VERT,True);
|
||||
ShowScrollBar(Handle,SB_HORZ,True);
|
||||
{$ENDIF}
|
||||
end;
|
||||
if fScrollBars in [ssBoth, ssVertical] then begin
|
||||
@ -3534,7 +3534,7 @@ begin
|
||||
end;
|
||||
SetScrollInfo(Handle, SB_VERT, ScrollInfo, True);
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
ShowScrollBar(Handle,SB_HORZ,True);
|
||||
ShowScrollBar(Handle,SB_VERT,True);
|
||||
{$ENDIF}
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user