issue #1056: Update ios project.

This commit is contained in:
James Chen 2012-03-26 20:29:50 +08:00
parent d67ea955f2
commit d36933d542
3 changed files with 1206 additions and 1206 deletions

View File

@ -1 +1 @@
eb7dd21e7b4067a99d2106e2c4713caf43cb1064
27262a27cf46748c95185438b536e5ba4b6a7a44

View File

@ -1170,7 +1170,7 @@ void BitmapFontMultiLineAlignment::ccTouchesMoved(cocos2d::CCSet *pTouches, coco
this->m_pArrowsShouldRetain->setPosition(ccp(MAX(MIN(location.x, ArrowsMax*winSize.width), ArrowsMin*winSize.width),
this->m_pArrowsShouldRetain->getPosition().y));
float labelWidth = abs(this->m_pArrowsShouldRetain->getPosition().x - this->m_pLabelShouldRetain->getPosition().x) * 2;
float labelWidth = fabs(this->m_pArrowsShouldRetain->getPosition().x - this->m_pLabelShouldRetain->getPosition().x) * 2;
this->m_pLabelShouldRetain->setWidth(labelWidth);
}

View File

@ -1447,7 +1447,7 @@ void FileUtilsTest::onEnter()
}
#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS)
#if 0 // TODO:(CC_TARGET_PLATFORM == CC_PLATFORM_IOS)
// Testint CCFileUtils API
bool ret = false;
ret = CCFileUtils::iPhoneRetinaDisplayFileExistsAtPath("Images/bugs/test_issue_1179.png");