mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 04:29: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;
|
||||
ctrl.callback := lcl;
|
||||
|
||||
sl := EmbedInManualScrollView(ctrl);
|
||||
sl.callback := ctrl.callback;
|
||||
lcl.HandleFrame:=sl;
|
||||
|
||||
Result := TLCLHandle(sl);
|
||||
Result := TLCLHandle(ctrl);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user