LCL: fixed typo (bug #8748) from Tom

git-svn-id: trunk@10983 -
This commit is contained in:
vincents 2007-04-22 12:52:30 +00:00
parent 1f915c39c6
commit 5716695861

View File

@ -157,7 +157,7 @@ var
KindID: integer;
begin
if Kind=sbHorizontal then
KindID:=SM_CXHSCROLL
KindID:=SM_CYHSCROLL
else
KindID:=SM_CXVSCROLL;
if HandleAllocated then begin