spritebuilder / SpriteBuilder

Objective-C Game Development Suite
http://www.spritebuilder.com/
Other
740 stars 292 forks source link

Spacing can be seen when user changes the scale of one item under the CCLayoutBox. #1581

Closed Shahidwerplay closed 9 years ago

Shahidwerplay commented 9 years ago
  1. Launch Application.
  2. Create an empty project.
  3. Drag and drop a CCLayoutBox onto the stage.
  4. Drag and drop three CCColorNode under the CCLayoutBox.
  5. Select any one of the ColorNode and change its scale into half. i.e. X=0.5 Y=0.5

    --Result: Spacing can be seen when user changes the scale of one item under the CCLayoutBox.

SB Version: Latest Develop Branch (2.0) SB Revision: 02eedd13c8 Mac OS 10.10.0 XCode 6.1

Video: https://drive.google.com/file/d/0B5-RfBatv-b8dUtvY19qSkZoaEU/view?usp=sharing

Shahidwerplay commented 9 years ago

This issue is same as Issue #1450