mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 23:20:38 +02:00
parent
1f915c39c6
commit
5716695861
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user