mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 03:49:28 +02:00
cocoa: adding hardcoded implementation of SM_CXDRAG and SM_CYDRAG
git-svn-id: trunk@61173 -
This commit is contained in:
parent
76c7bf9958
commit
357ea31186
@ -2495,6 +2495,7 @@ begin
|
||||
Result := 64 else}
|
||||
Result := 16;
|
||||
end;
|
||||
SM_CXDRAG,SM_CYDRAG: Result := 5;
|
||||
SM_CXHTHUMB, SM_CYVTHUMB:
|
||||
Result := Round(NSScroller.scrollerWidthForControlSize(NSRegularControlSize));
|
||||
SM_SWSCROLLBARSPACING:
|
||||
|
Loading…
Reference in New Issue
Block a user