mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:19:16 +02:00
cocoa: blocking up/down events for scrollbox
git-svn-id: trunk@58557 -
This commit is contained in:
parent
9bf25876ee
commit
179a41e343
@ -379,6 +379,7 @@ begin
|
||||
scrollcon.isCustomRange := true;
|
||||
|
||||
lcl := TLCLCommonCallback.Create(docview, AWinControl);
|
||||
lcl.BlockCocoaUpDown := true;
|
||||
docview.callback := lcl;
|
||||
docview.setAutoresizingMask(NSViewWidthSizable or NSViewHeightSizable);
|
||||
scrollcon.callback := lcl;
|
||||
|
Loading…
Reference in New Issue
Block a user