cocos2d / cocos2d-html5

Cocos2d for Web Browsers. Built using JavaScript.
https://www.cocos.com
3.06k stars 903 forks source link

Corrected layout management for widgets #3569

Open 1scaR1 opened 5 years ago

1scaR1 commented 5 years ago

Repo head does not passes layout test for scaled widgets Corrected layout management for widgets to use bounding box instead of content size. Before fix:

2018-11-24 10 03 40

After fix:

2018-11-24 10 13 02