mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:20:25 +02:00
Cocoa: TSplitter fixed, issue #40974
This commit is contained in:
parent
c4389f1922
commit
7aa562e49c
@ -236,11 +236,7 @@ begin
|
|||||||
lcl.BlockCocoaUpDown := true;
|
lcl.BlockCocoaUpDown := true;
|
||||||
ctrl.callback := lcl;
|
ctrl.callback := lcl;
|
||||||
|
|
||||||
sl := EmbedInManualScrollView(ctrl);
|
Result := TLCLHandle(ctrl);
|
||||||
sl.callback := ctrl.callback;
|
|
||||||
lcl.HandleFrame:=sl;
|
|
||||||
|
|
||||||
Result := TLCLHandle(sl);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user