mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 09:20:49 +02:00
parent
1f915c39c6
commit
5716695861
@ -157,7 +157,7 @@ var
|
|||||||
KindID: integer;
|
KindID: integer;
|
||||||
begin
|
begin
|
||||||
if Kind=sbHorizontal then
|
if Kind=sbHorizontal then
|
||||||
KindID:=SM_CXHSCROLL
|
KindID:=SM_CYHSCROLL
|
||||||
else
|
else
|
||||||
KindID:=SM_CXVSCROLL;
|
KindID:=SM_CXVSCROLL;
|
||||||
if HandleAllocated then begin
|
if HandleAllocated then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user