cocoa: no longer blocking mouse events on custom control.

git-svn-id: trunk@58566 -
This commit is contained in:
dmitry 2018-07-19 03:27:26 +00:00
parent 9302fcc012
commit d4617b1af9

View File

@ -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);