cappuccino / cappuccino

Web Application Framework in JavaScript and Objective-J
https://cappuccino.dev/
GNU Lesser General Public License v2.1
2.2k stars 333 forks source link

Fixed: New Cocoa api that replace old deprecated for calculating size of scroll view #3023

Closed mrcarlberg closed 2 years ago

mrcarlberg commented 2 years ago

Old deprecated api did not work as it was accessing ivars _horizontalScroller and _verticalScroller from class method. New Cocoa api is added as described in Apple Developer Documentation.

Also added type CPScrollerStyle

cappbot commented 2 years ago

Milestone: Someday. Label: #new. What's next? A reviewer should examine this issue.

mrcarlberg commented 2 years ago

Merged! Thanks!