MG: fixed scrollbar vert-horz typo

git-svn-id: trunk@574 -
This commit is contained in:
lazarus 2002-01-04 21:03:51 +00:00
parent f6d5703573
commit f05d96f51a

View File

@ -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;