Skip to content

Commit

Permalink
Merge pull request cocos2d#14421 from zilongshanren/fixIssue14332
Browse files Browse the repository at this point in the history
Fix onEndEditing issue in script.
  • Loading branch information
zilongshanren committed Nov 18, 2015
2 parents bf08b5b + 02b59f0 commit 27a5cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/ui/UIEditBox/UIEditBoxImpl-common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ void EditBoxImplCommon::editBoxEditingDidEnd(const std::string& text)

if (_editBox != nullptr)
{
this->onEndEditing(text);
this->onEndEditing(_text);
}
}

Expand Down

0 comments on commit 27a5cdb

Please sign in to comment.