mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 06:07:29 +01:00
cocoa: no longer blocking mouse events on custom control.
git-svn-id: trunk@58566 -
This commit is contained in:
parent
9302fcc012
commit
d4617b1af9
@ -1677,7 +1677,7 @@ var
|
||||
begin
|
||||
ctrl := TCocoaCustomControl(TCocoaCustomControl.alloc.lclInitWithCreateParams(AParams));
|
||||
lcl := TLCLCommonCallback.Create(ctrl, AWinControl);
|
||||
lcl.BlockCocoaUpDown := true;
|
||||
//lcl.BlockCocoaUpDown := true;
|
||||
ctrl.callback := lcl;
|
||||
|
||||
sl := EmbedInManualScrollView(ctrl);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user