mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 00:02:50 +02:00
Cocoa: TSplitter fixed, issue #40974
This commit is contained in:
parent
69414a9276
commit
6272c6d82b
@ -236,11 +236,7 @@ begin
|
||||
lcl.BlockCocoaUpDown := true;
|
||||
ctrl.callback := lcl;
|
||||
|
||||
sl := EmbedInManualScrollView(ctrl);
|
||||
sl.callback := ctrl.callback;
|
||||
lcl.HandleFrame:=sl;
|
||||
|
||||
Result := TLCLIntfHandle(sl);
|
||||
Result := TLCLIntfHandle(ctrl);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user