axmol/extensions/GUI
Marcel Bloemendaal 696ea07495 Fixed CCScale9Sprite::create(caInsets, file);
Fixed calling of wrong initializer in CCScale9Sprite, the create(CCRect
capInsets, const char* file). It used to call initWithFile(file,
capInsets), but this is the initializer for a file and a frame rect.
The initializer with capInsets has the capInsets rect as the first
argument. This caused unexpected behaviour.
2013-01-21 14:55:45 +01:00
..
CCControlExtension Fixed CCScale9Sprite::create(caInsets, file); 2013-01-21 14:55:45 +01:00
CCEditBox Added restriction marco `CC_TARGET_PLATFORM == CC_PLATFORM_MAC` for CCEditBox of MAC port. 2013-01-15 15:11:20 +08:00
CCScrollView fixed : Changed return type to const reference for member variable access. 2013-01-14 15:51:53 +08:00