Merge pull request #3963 from kpkhxlgy0/use

closed #2994: Can't click the area that outside of keyboard to close keyboard when using EditBox
This commit is contained in:
James Chen 2013-10-17 00:36:33 -07:00
commit fd0e84bfa2
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ static CCEAGLView *view = 0;
for(UIView* view in subviews)
{
if([view isKindOfClass:NSClassFromString(@"CustomUITextField")])
if([view isKindOfClass:NSClassFromString(@"CCCustomUITextField")])
{
if ([view isFirstResponder])
{